hello_world_nids93
v0.1.0
Published
testing private npm publish
Readme
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
