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