remove_string_space
v1.0.3
Published
Removes all spaces from a string
Downloads
2
Maintainers
Readme
first_module_ganesh
(https://www.npmjs.com/package/remove_string_space)
Removes all spaces from a string.
Install
$ npm install first_module_ganesh
Usage
const removeSpaces = require("remove_string_space");
removeSpaces("So much space!");
//=> "Somuchspace!"
removeSpaces(1337);
//=> Uncaught TypeError: Input should be a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1