rabbyhossain

2.0.2 • Public • Published

@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

/rabbyhossain/

    Package Sidebar

    Install

    npm i rabbyhossain

    Weekly Downloads

    2

    Version

    2.0.2

    License

    MIT

    Unpacked Size

    1.2 kB

    Total Files

    3

    Last publish

    Collaborators

    • rabbyhossain