npm.io
2.0.2 • Published 5 years ago

rabbyhossain

Licence
MIT
Version
2.0.2
Deps
0
Size
1 kB
Vulns
0
Weekly
0

@rabbyhossain

npm (scoped) npm bundle size (minified) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install rabbyhossain

Usage

const removeSpace = require("rabbyhossain");

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

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

Keywords