UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

6 lines (5 loc) 192 B
/** * Add pre-condition checks inside a property execution * @param expectTruthy - cancel the run whenever this value is falsy */ export declare const pre: (expectTruthy: boolean) => void;