2.0.1 • Published 3 years ago
@mhu-fdm/tiny v2.0.1
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