currency
format a number to currency
Installation
Install with component(1):
$ component install yields/currency
API
currency(1000); // => "1,000.00"
currency("1,000.00"); // => 1000.00
License
MIT
format a number to currency
Install with component(1):
$ component install yields/currency
currency(1000); // => "1,000.00"
currency("1,000.00"); // => 1000.00
MIT
npm i currency-component
1
0.1.0
none