spaceremoverjs
v2.0.0
Published
A npm module to remove spaces
Downloads
1
Maintainers
Readme
spaceremoverjs
Installation
npm install spaceremoverjs
Usage
const srjs = require("spaceremoverjs");
srjs("This is a string with spaces");
Output => Thisisastringwithspaces