1.0.0 • Published 8 years ago
cleanstring-module v1.0.0
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
1.0.0
8 years ago