Skip to main content
Module

x/deno_slack_source_file_resolver/function_source_file.ts>FunctionSourceFile

Automatically resolve functions' source_file for Slack's next-generation platform apps
Go to Latest
variable FunctionSourceFile
import { FunctionSourceFile } from "https://deno.land/x/deno_slack_source_file_resolver@0.2.0/function_source_file.ts";

Automatically resolves the source_file part for DefineFunction() in your Slack's next-generation platform app.

type

(importMeta: ImportMeta, strictMode?) => string