2.0.2 • Published 3 years ago
@nataliajagiello/nospace v2.0.2
nospace
Install
$ npm install @nataliajagiello/nospace
Usage
const nospace = require("@nataliajagiello/nospace");
nospace("So much space!");
//=> "Somuchspace!"
nospace(1337);
//=> Uncaught TypeError: String is required!
// at nospace (<anonymous>:2:41)
// at <anonymous>:1:1
Package that removes all spaces from a string
2.0.2
3 years ago