0.0.1 • Published 5 years ago

commas_number_formatter v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

formatter

A small library that adds commas to numbers

Installation

npm install @kulbhushansingh/formatter

Usage

import numFormatter from '@kulbhushansingh/formatter';

const formattedNum = numFormatter(40000);

Output should be 40,000

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.