@vpicone/tiny

Removes all spaces from a string

Usage no npm install needed!

<script type="module">
  import vpiconeTiny from 'https://cdn.skypack.dev/@vpicone/tiny';
</script>

README

tiny

npm (scoped)

Removes all spaces from a string.

Install

$ npm install @vpicone/tiny

Usage

const tiny = require("@bamblehorse/tiny");

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

tiny(1337);
//=> Uncaught TypeError: Tiny needs a string!