1.0.0 • Published 7 years ago

jitendra5984-number-formatter v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

<<<<<<< b3c57906093f3fae1b8e276abaf97af966b73903

number-formatter

first node module testing

Number Formatter

A small library that adds commas to numbers

Installation

npm install @jitendra5984/number-formatter

Usage

var numFormatter = require('@jitendra5984/number-formatter');

var formattedNum = numFormatter(35666);

Output should be 35,666

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.

first commit

1.0.1

7 years ago

1.0.0

7 years ago