add-commas

0.0.4 • Public • Published

add-commas

Add commas to a number

Credit

Core logic adapted from this thread on Stack Overflow

Usage

var addCommas = require('add-commas');

// yes
addCommas(12345);   // 12,345
addCommas('12345'); // 12,345

// no
addCommas();        // throws Error
addCommas(123.45)   // throws Error
addCommas('dogs')   // throws Error

License

Go nuts.

Readme

Keywords

Package Sidebar

Install

npm i add-commas

Weekly Downloads

804

Version

0.0.4

License

MIT

Last publish

Collaborators

  • cappslock