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