Skip to content

jieuryli/number-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Formatter

A small library that adds commas to numbers

Installation

npm install @jieuryli/number-formatter

Usage

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

var formattedNum = numFormatter(35667);

Output should be 35,667

Tests

npm tests

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published