@twofistedjustice/tiny
v3.1.0
Published
Removes all spaces from a string
Downloads
4
Maintainers
Readme
@twofisedjustice/tiny
Removes all spaces from a string
#Install $ npm install @twofistedjustice/tiny
#Usage const tiny = require("@twofistedjustice/tiny");
tiny("Does this count as compression?"); //=> "Doesthiscountascompression?"
tiny(1337); //=> Uncaught TypeError: Tiny wants a string! // at tiny (:2:41) // at :1:1