Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Last active August 29, 2015 14:15
Show Gist options
  • Save rxaviers/5345c67f262a6b3c3ec4 to your computer and use it in GitHub Desktop.
Save rxaviers/5345c67f262a6b3c3ec4 to your computer and use it in GitHub Desktop.
var Globalize = require("globalize");
Globalize.load(/* needed content */);
module.exports = Globalize.currencyFormatter( "USD" );
module.exports = {{{
var myUsdFormatter = require("./my-usd-formatter");
myUsdFormatter.toString();
}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment