0.1.12 • Published 1 year ago

@towett/number-formatter v0.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Build Status Coverage Status

Number Formatter

=========

A small library that adds commas to numbers

Installation

npm install @towett/number-formatter

Usage

var numFormatter = require('@towett/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. Link and test your code. Much thanks goes to @jdaudier

0.1.12

1 year ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.9

3 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

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.1.0

6 years ago