1.0.0 • Published 3 years ago

spacekiller v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

spacekiller

Removes all spaces from a string.

Install

$ npm install spacekiller

Usage

const spacekiller = require("spacekiller");

spacekiller("So much space!");
//=> "Somuchspace!"

spacekiller(1337);
//=> Uncaught TypeError: spacekiller wants a string!
//    at spacekiller (<anonymous>:2:41)
//    at <anonymous>:1:1
1.0.0

3 years ago