Skip to main content
Module

x/deno_slack_api/dev_deps.ts>mf.sandbox

Slack API Client for Deno Run on Slack projects
Latest
function mf.sandbox
import { mf } from "https://deno.land/x/deno_slack_api@2.8.0/dev_deps.ts";
const { sandbox } = mf;

Get a set of functions that do not share any state with the globals.

The returned object can be destructured.

const { fetch, mock, remove, reset } = sandbox()