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