5.0.0 • Published 6 years ago
check-compose v5.0.0
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);