ksrawat / testnumberformatter

Test npm package to publish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testnumberformatter

A small library that adds commas to numbers

Installation

npm install ktestnumberformatter

Usage

var numFormatter = require('ktestnumberformatter');

var formattedNum = numFormatter(35666);

Output should be 35,666

Tests

npm test

About

Test npm package to publish

License:MIT License


Languages

Language:JavaScript 100.0%