removewhitespaceregex
v1.0.0
Published
remove whitespace with regex
Readme
What is this package use for
It is use to remove white space from string
Installation
npm i removewhitespace --save
Usage
let whitespace = require('removewhitespace ') whitespace.removeWhiteSpace("enter string value")
