0.6.5 • Published 4 years ago

@snigy/number-formatter v0.6.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Number Formatter

A small library that adds commas to numbers

Installation

npm install @snigy/number-formatter

Usage

var numFormatter = require('@snigy/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.

Build Status

Coverage Status

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.6.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago