import { mock } from "https://deno.land/x/deno_slack_sdk@1.6.1/dev_deps.ts";
const { returnsNext } = mock;
Creates a function that returns the iterable values. Any iterable values that are errors will be thrown.
Parameters
values: Iterable<Return | Error>