UNPKG

slack-edge

Version:

Slack app development framework for edge functions with streamlined TypeScript support

8 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunctionExecutedEvent = void 0; const isFunctionExecutedEvent = (event) => { return event.type === "function_executed"; }; exports.isFunctionExecutedEvent = isFunctionExecutedEvent; //# sourceMappingURL=function-executed-event.js.map