import { mock } from "https://deno.land/x/deno_slack_sdk@1.1.0/dev_deps.ts";
const { resolvesNext } = mock;
Creates a function that resolves the awaited iterable values. Any awaited iterable values that are errors will be thrown.
import { mock } from "https://deno.land/x/deno_slack_sdk@1.1.0/dev_deps.ts";
const { resolvesNext } = mock;
Creates a function that resolves the awaited iterable values. Any awaited iterable values that are errors will be thrown.