1.0.0 • Published 6 years ago

dca-number-formatter v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Number Formatter

Automatically adds a comma to both large and small numbers for formatted output in text

Installation

npm install @doncurt/number-formatter

Usage

var formatter = require('@doncurt/number-formatter');
const formatted = formatter(1234);

Output should be 1,234

Tests

npm test

Contributing

Please contact me via GithUb or email donovan.adams@students.makeschool.com