1.0.8 • Published 3 years ago

@letsgrowtogetherwithahsan/npm-package-one v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago