0.0.2 • Published 10 years ago

humanize-number v0.0.2

Weekly downloads
113,432
License
-
Repository
github
Last release
10 years ago

humanize-number

Humanize a number 1000000.99 -> 1,000,000.99

Installation

$ component install component/humanize-number

Example

var humanize = require('humanize-number');

humanize(1000);
// => '1,000'

humanize(1000.55, { delimiter: '.', separator: ',' });
// => '1.000,55'

License

MIT