Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 430 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 430 Bytes

WARNING! DEPRECATED

Use @stamp/check-compose instead.

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