0.1.12 • Published 2 years ago

@towett/number-formatter v0.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

5 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago