1.0.1 • Published 8 years ago

dnt-node-package v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

DNT Test Package

A package which will add commas to numbers

Installation

npm install dnt-node-package

Usage

   var numFormatter = require('dnt-node-package');
   var formattedNum = numFormatter(45789);
   console.log(formattedNum);
   
   Output:
   45,789

Release History

  • 0.1.0 Initial release
1.0.1

8 years ago

1.0.0

8 years ago