@devdashpi/testpackage
v0.0.2
Published
[](https://www.npmjs.com/package/@devdashpi/testpackage) [](https://www.npmjs.com/pack
Downloads
8
Readme
@devdashpi/testpackage
Removes all spaces from a string.
Install
$ npm install @devdashpi/testpackageUsage
const testpackage = require("@devdashpi/testpackage");
testpackage("So much space!");
//=> "Somuchspace!"
testpackage(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at testpackage (<anonymous>:2:41)
// at <anonymous>:1:1