Module

x/deno_slack_hooks/deps.ts>ensureDir

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
function ensureDir
import { ensureDir } from "https://dotland.deno.dev/x/deno_slack_hooks@1.3.0/deps.ts";

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.

Parameters

dir: string
import ensureDir
import { ensureDir } from "https://dotland.deno.dev/x/deno_slack_hooks@1.3.0/deps.ts";