@common-utilities/pipe

A basic implementation of the common utility function, Pipe

Usage no npm install needed!

<script type="module">
  import commonUtilitiesPipe from 'https://cdn.skypack.dev/@common-utilities/pipe';
</script>

README

@common-utilities/pipe 🧰⛓

Typed with TypeScript npm version

Pipe is a common function composed of function arguments which returns their value to the next function until returning a final value in the opposite order of compose.


Check out the pipe page in the docs. License, MIT