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