0.1.0 • Published 12 years ago
currency-component v0.1.0
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