1.0.8 • Published 5 years ago

@letsgrowtogetherwithahsan/npm-package-one v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

@letsgrowtogetherwithahsan/npm-package-one

npm version

Removes all spaces from a string.

Install

$ npm install @letsgrowtogetherwithahsan/npm-package-one

Usage

const removeSpace = require("@letsgrowtogetherwithahsan/npm-package-one");

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

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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago