Skip to main content
Module

x/deno_slack_runtime/deps.ts>getProtocolInterface

Helper library for running a Run on Slack Deno function
Latest
variable getProtocolInterface
import { getProtocolInterface } from "https://deno.land/x/deno_slack_runtime@1.1.1/deps.ts";

Based on the arguments provided by the CLI to the SDK hook process, returns an appropriate Protocol interface for communicating with the CLI over the specified protocol.

type

(args: string[]) => Protocol