3.0.0 • Published 4 years ago

@merbor/space-remover v3.0.0

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

@merbor/space-remover

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @merbor/space-remover

Usage

const removeSpace = require("@merbor/space-remover");

removeSpace("awel espace na7ouh!!");
//=> "awelespacena7ouh!!"

tiny(1337);
//=> Uncaught TypeError: space-remover wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1
3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago