UNPKG

@hotmeshio/hotmesh

Version:

Serverless Workflow

10 lines (9 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HookGate = void 0; var HookGate; (function (HookGate) { HookGate["AND"] = "and"; HookGate["OR"] = "or"; })(HookGate || (HookGate = {})); exports.HookGate = HookGate;