import { mf } from "https://deno.land/x/deno_slack_api@2.8.0/dev_deps.ts";
const { uninstall } = mf;
Restore globalThis.fetch
to what it was before this library was imported.
import { mf } from "https://deno.land/x/deno_slack_api@2.8.0/dev_deps.ts";
const { uninstall } = mf;
Restore globalThis.fetch
to what it was before this library was imported.