0.1.4 • Published 6 years ago

number-formatter-mk-test v0.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Number Formatter

Build Status Coverage Status

A small library that adds commas to numbers

Installation

npm install number-formatter-mk-test

Usage

var numFormatter = require('number-formatter-mk-test');

var formattedNum = numFormatter(696969);

Output should be 696,969

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.

License

MIT License

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.1

6 years ago