DevYK 8466310f0c update README.md 3 سال پیش
..
test 8466310f0c update README.md 3 سال پیش
.npmignore 8466310f0c update README.md 3 سال پیش
History.md 8466310f0c update README.md 3 سال پیش
Makefile 8466310f0c update README.md 3 سال پیش
Readme.md 8466310f0c update README.md 3 سال پیش
component.json 8466310f0c update README.md 3 سال پیش
index.js 8466310f0c update README.md 3 سال پیش
package.json 8466310f0c update README.md 3 سال پیش

Readme.md

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