1.0.2 • Published 6 years ago

numb-form v1.0.2

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

numb-form

Build Status

Coverage Status

=========

A small library that adds commas to numbers

Installation

npm install numb-form

Usage

const numFormatter = require('numb-form');

const formattedNum = numFormatter(67890);

Output should be 67,890

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.