6.0.0 • Published 4 years ago

@vishal-devani/myfirstpackage v6.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Removes all spaces from a string.

Install $ npm install @vishal-devani/myfirstpackage

Usage

const Removespace = require("@vishal-devani/myfirstpackage");
Removespace("So much space!");
//=> "Somuchspace!"

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

4 years ago

5.0.0

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago