README
@common-utilities/compose 🧰 🚂
Compose is a common function composed of function arguments which returns their value to the next function until returning a final value.
Check out the compose page in the docs! License, MIT
A basic implementation of the common utility function, Compose 🚂
<script type="module">
import commonUtilitiesCompose from 'https://cdn.skypack.dev/@common-utilities/compose';
</script>
Compose is a common function composed of function arguments which returns their value to the next function until returning a final value.
Check out the compose page in the docs! License, MIT