@xyluet/tiny
v2.0.1
Published
Removes all spaces from a string
Downloads
52
Readme
@xyluet/tiny
Removes all spaces from a string.
Install
npm install @xyluet/tinyUsage
const tiny = require(`@xyluet/tiny`);
tiny(`So much space!`); // "Somuchspace!"
tiny(123); // will throw Error
