1.0.0 • Published 9 years ago

format-money v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

format-money

Just a little package to format a number as (USD) currency.

format(15.2345); // $15.23
format(2670987.6423); // $2,670,987.64

Right now, it always rounds down when faced with decimals beyond the hundredths.

1.0.0

9 years ago