0.1.1 • Published 7 years ago

josa_test v0.1.1

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

Number Formatter

A small library that adds commas to numbers

Installation

'npm install @jonas-salomonsson/test'

Usage

var numFormatter = require('@jonas-salomonsson/test');
var formattedNum = numFormatter(35666);

Output should be '35,666'

Tests

'npm test'

Contributing

If you really want to...

Build Status