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