3.0.0 • Published 6 years ago
@theerawat32/tiny v3.0.0
@theerawat32/tiny
I copy this from https://github.com/Bamblehorse/tiny
Removes all spaces from a string.
Install
$ npm install @theerawat32/tiny
Usage
const tiny = require("@theerawat32/tiny");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1