numb-form
v1.0.2
Published
[](https://travis-ci.org/pasever/numb-form)
Readme
numb-form
=========
A small library that adds commas to numbers
Installation
npm install numb-form
Usage
const numFormatter = require('numb-form');
const formattedNum = numFormatter(67890);Output should be 67,890
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
