@luimucar/clock-ng
v0.0.11
Published
a digital simple clock
Downloads
1
Readme
Number Formatter
A small library that adds commas to numbers
Installation
npm install @luimucar/clock-ng
Usage
var numFormatter = require('@luimucar/clock-ng');
var formattedNum = numFormatter(35666);
Output should be 35,666
Tests
Sorry, no tests
Contributing
This is just for learning purposes