@vishal-devani/myfirstpackage

6.0.0 • Public • Published

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

Package Sidebar

Install

npm i @vishal-devani/myfirstpackage

Weekly Downloads

0

Version

6.0.0

License

MIT

Unpacked Size

1.17 kB

Total Files

3

Last publish

Collaborators

  • vishal-devani