@focuson/nonfunctionals

A library that allows wrapping of functions and kleislis with non functional capablities

Usage no npm install needed!

<script type="module">
  import focusonNonfunctionals from 'https://cdn.skypack.dev/@focuson/nonfunctionals';
</script>

README

This project allows the wrapping of functions and kleislis (approx: a function that returns a promise) with non functional capabilities

There are two main exports

  • NonFunctionalsForFunction
  • NonFunctionalsForPromiseFunctions

Each is a facard to the capablities that can use used.

At the moment this is just a play project