UNPKG

slack-edge

Version:

Slack app development framework for edge functions with streamlined TypeScript support

5 lines 231 B
import { FunctionExecutedEvent } from "../request/payload/event"; export declare const isFunctionExecutedEvent: (event: { type: string; }) => event is FunctionExecutedEvent; //# sourceMappingURL=function-executed-event.d.ts.map