@muzeke.npm/tiny
v3.0.0
Published
Removes all spaces from a string
Maintainers
Readme
Removes all spaces from a string.
Install $ npm install @muzeke.npm/tiny Usage const tiny = require("@muzeke.npm/tiny");
tiny("So much space!"); //=> "Somuchspace!"
tiny(1337); //=> Uncaught TypeError: Tiny wants a string! // at tiny (:2:41) // at :1:1
