Skip to main content
Module

x/slack_bolt/src/helpers.ts

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
import * as slackBolt from "https://deno.land/x/slack_bolt@1.0.0/src/helpers.ts";

Enums

Internal data type for capturing the class of event processed in App#onIncomingEvent()

Functions

Helper that should never be called, but is useful for exhaustiveness checking in conditional branches

Helper which finds the type and channel (if any) that any specific incoming event is related to.