import { mock } from "https://deno.land/x/deno_slack_sdk@2.1.5/dev_deps.ts";
const { returnsArgs } = mock;
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.