2.0.0 • Published 2 years ago
@dev_jatin/tiny v2.0.0
@dev_jatin/tiny
Removes all spaces from the string
$ npm install @dev_jatin/tiny
Usage
const tiny = require("@dev_jatin/tiny");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1