UNPKG

@brainstack/rules-engine

Version:
6 lines 167 B
export const cancelEcho: IRule = { name: "Cancel Echo", evaluate: function (data: any): boolean { throw new Error("Function not implemented."); } }