UNPKG

grule

Version:

A simple and powerful mechanism for validating rules in JSON.

12 lines (11 loc) 207 B
export declare class Event { constructor(); /** * @method when * * @desc When a condition is "true". * * @param result */ when(result: boolean): Promise<boolean>; }