1.0.0 • Published 6 years ago

cleanstring-module v1.0.0

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

clean-string

=========

removes all whitespace, tabs and newline characters from the string

Installation

npm install @gingermarieneece/clean-string

Usage

var numFormatter = require('@jdaudier/number-formatter');

var formattedNum = numFormatter(35666);

Output should be 35,666

Tests

npm test