@shashank.map/tiny

Removes all spaces from a string

Usage no npm install needed!

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

README

tiny

npm

It is a tiny example package

install

npm install @shashank.map/tiny

usage


import tiny from '@shashank.map/tiny';


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

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