@salperkeskin/npac
v2.0.0
Published
Removes all spaces from a string
Downloads
3
Maintainers
Readme
npm install @salperkeskin/npac
const npac = require("@salperkeskin/npac");
npac("So much space!"); //=> "Somuchspace!"
npac(1337);
//=> Uncaught TypeError: Npac wants a string!
// at npac (<anonymous>:2:41)
// at <anonymous>:1:1