Skip to content

Instantly share code, notes, and snippets.

@indatawetrust
Last active November 12, 2018 17:02
Show Gist options
  • Save indatawetrust/b58a28f83d073ebb6cda2559c1c18db3 to your computer and use it in GitHub Desktop.
Save indatawetrust/b58a28f83d073ebb6cda2559c1c18db3 to your computer and use it in GitHub Desktop.
string js
const string = require("string");
const s = (text, func, ...params) => string(text)[func](...params).s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment