@letsgrowtogetherwithahsan/npm-package-one
v1.0.8
Published
test package
Downloads
3
Maintainers
Readme
@letsgrowtogetherwithahsan/npm-package-one
Removes all spaces from a string.
Install
$ npm install @letsgrowtogetherwithahsan/npm-package-oneUsage
const removeSpace = require("@letsgrowtogetherwithahsan/npm-package-one");
removeSpace("So much space!");
//=> "Somuchspace!"
removeSpace(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1