import * as denoSlackApi from "https://deno.land/x/deno_slack_api@2.7.1/deps.ts";
Classes
The base class that all derivative HTTP extend, providing a |
Functions
A factory function which provides a way to create errors. It takes up to 3
arguments, the error | |
Ensures that a directory is empty.
Deletes directory contents if the directory is not empty.
If the directory does not exist, it is created.
The directory itself is not deleted.
Requires the | |
Ensures that the directory exists.
If the directory structure does not exist, it is created. Like mkdir -p.
Requires the | |