@towett/number-formatter

0.1.12 • Public • Published

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

Package Sidebar

Install

npm i @towett/number-formatter

Weekly Downloads

0

Version

0.1.12

License

MIT

Unpacked Size

5.17 kB

Total Files

7

Last publish

Collaborators

  • towett