goodnum

1.0.0 • Public • Published

GoodNum

A small library that adds commas to numbers.

Installation

'npm install @hpaiz/goodnum'

Usage

var formatNum = require('@hpaiz/goodnum'); var formattedNum = formatNum(35689);

Output should be 35,689

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.

Readme

Keywords

Package Sidebar

Install

npm i goodnum

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.45 kB

Total Files

4

Last publish

Collaborators

  • hpaiz