Skip to main content
Module

x/deno_slack_builder/types.ts

Library for building a Run on Slack Deno project.
Latest
File
export type Options = { manifestOnly: boolean; workingDirectory: string; outputDirectory?: string; // deno-lint-ignore no-explicit-any log: (...args: any) => void;};