check-compose
Command line tool to test your 'compose' function implementation
Install
$ npm i check-compose -g
Usage
Command line
ES5:
$ check-compose path/to/compose.js
Programmatically
import checkCompose from 'check-compose';
checkCompose(myComposeFunction);