@vineshdev/tinytest

Removes all spaces from string

Usage no npm install needed!

<script type="module">
  import vineshdevTinytest from 'https://cdn.skypack.dev/@vineshdev/tinytest';
</script>

README

@vineshdev/tinytest

npm (scoped)

tiniest npm test module

Install

$ npm install @vineshdev/tinytest

Usage

const tiny = require("@vineshdev/tinytest");

tiny("Have Lot Of Space");
//=> "HaveLotOfSpace"

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