@akbr/border

Modify functions' arguments.

Usage no npm install needed!

<script type="module">
  import akbrBorder from 'https://cdn.skypack.dev/@akbr/border';
</script>

README

border :construction:

A wrapper that configures functions' arguments, provides caching, and more.

Useful for avoiding boilerplate in small modules that are invoked inside a hot loop (e.g., for a game engine).

See test.js for documentation.