@arminsarajlic/em-components

Various functions and configs shared between different EM projects

Usage no npm install needed!

<script type="module">
  import arminsarajlicEmComponents from 'https://cdn.skypack.dev/@arminsarajlic/em-components';
</script>

README

@arminsarajlic/em-components

npm (scoped) npm bundle size (minified)

Various functions and configs shared between different EM projects

Install

$ npm install @arminsarajlic/em-components

Usage

const unspace = require("@arminsarajlic/em-components");

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

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