0.0.5 • Published 7 years ago

number-formatter-sfs v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

number-formatter-SFS

Number Formatter - Start from scratch

A small library that adds commas to numbers

Installation

npm install number-formatter-sfs

Usage

var numFormatterSfs = require('number-formatter-sfs');

var formattedNum = numFormatterSfs(35666);

Output should be 35,666

Tests

npm test

Conclusion

made following How to Create and Publish Your First Node.js Module