1.0.3 • Published 8 years ago

@stamp/check-compose v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

check-compose

Command line tool to test your 'compose' function implementation

Install

$ npm i -g @stamp/check-compose

Usage

Command line

$ check-compose path/to/compose.js

Programmatically

import checkCompose from 'check-compose';
checkCompose(myComposeFunction).then(({failures}) => {
  console.error(failures.join('\n'));
});
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago