@maxedwards/protolibs

protolibs.js by Max Edwards, a modular on-demand library of helper functions & classes, shareable between server and browser

Usage no npm install needed!

<script type="module">
  import maxedwardsProtolibs from 'https://cdn.skypack.dev/@maxedwards/protolibs';
</script>

README

protolibs

Usage:

require('@maxedwards/protolibs'); // loads core functions and creates stub functions

'https://www.somewhere.com/api.json'.$getJSON().then(x=>{});

[1,2,3,4,5].$killAt(2);