cleanstring-module
v1.0.0
Published
clean-string
Readme
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
