Détail du package

check-compose

stampit-org61MITobsolète5.0.0

Not maintaned any more. Use @stamp/check-compose

Command line tool to test your 'compose' function implementation

stamp, composable, compose, object

readme

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);