1.0.0 • Published 5 years ago

@osfreak/compose v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Compose

A high order function that take two or more functions and compose them

Usage

You can play around with the code cloning the repo and running the following commands:

yarn install
yarn test

Play around with the source code and the tests. You can also run the following command to put tests in watch mode and auto-run with changes. Jest CLI output is awesome!

yarn test -- --watch