包详细信息

check-compose

stampit-org13MIT不推荐使用5.0.0

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

Command line tool to test your 'compose' function implementation

stamp, composable, compose, object

自述文件

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