Skip to main content
Module

x/deno_slack_hooks/bundler/mods.ts>DenoBundler

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
variable DenoBundler
import { DenoBundler } from "https://deno.land/x/deno_slack_hooks@1.3.1/bundler/mods.ts";

type

{ bundle: (options: DenoBundleOptions) => Promise<void>; }