@vishal-devani/myfirstpackage

Removes all spaces from a string.

Usage no npm install needed!

<script type="module">
  import vishalDevaniMyfirstpackage from 'https://cdn.skypack.dev/@vishal-devani/myfirstpackage';
</script>

README

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