@vpicone/tiny
v1.1.0
Published
Removes all spaces from a string
Downloads
7
Readme
tiny
Removes all spaces from a string.
Install
$ npm install @vpicone/tiny
Usage
const tiny = require("@bamblehorse/tiny");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny needs a string!