0.1.0 • Published 8 years ago
hello_world_nids93 v0.1.0
Number Formatter
A small library that adds commas to numbers
Installation
npm install @nids93/hello_world_nids93
Usage
var numFormatter = require('@nids93/hello_world_nids93');
var formattedNum = numFormatter(35666);
Output should be 35,666
Tests
npm test
0.1.0
8 years ago