Skip to content

Instantly share code, notes, and snippets.

@A
Created April 18, 2015 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A/4eaa040a3102230c9e91 to your computer and use it in GitHub Desktop.
Save A/4eaa040a3102230c9e91 to your computer and use it in GitHub Desktop.
var tf = textr().use('trim');
var tf = textr().use(String.prototype.trim);
var tf = textr().use(textr.native(String.prototype.trim));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment