UNPKG

226 BTypeScriptView Raw
1/**
2 * Add pre-condition checks inside a property execution
3 * @param expectTruthy - cancel the run whenever this value is falsy
4 * @remarks Since 1.3.0
5 * @public
6 */
7export declare function pre(expectTruthy: boolean): void;