Minimize boolean functions
The project is written in TypeScript.
$ npm run build
Output goes into the dist/
directory.
Tests are run with AVA. Code coverage is tested with nyc.
$ npm test
Docs are generated with TypeDoc.
$ npm run docs
Output goes into the docs/
directory.
Generated using TypeDoc