import { returnsArgs } from "https://deno.land/std@0.136.0/testing/mock.ts";
Creates a function that returns its arguments or a subset of them. If end is specified, it will return arguments up to but not including the end.
import { returnsArgs } from "https://deno.land/std@0.136.0/testing/mock.ts";
Creates a function that returns its arguments or a subset of them. If end is specified, it will return arguments up to but not including the end.