Skip to main content
Module

x/deno_slack_hooks/bundler/mods.ts>EsbuildBundler

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

type

{ bundle: (options: EsbuildBundleOptions) => Promise<Uint8Array>; }