@mhu-fdm/tiny
v2.0.1
Published
Removes all spaces from a string
Downloads
4
Readme
Just a tiny npm package to test things out
Source: Thanks to Jonathan Wood
Use it like this:
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1