function returnsArgimport { returnsArg } from "https://dotland.deno.dev/std@0.181.0/testing/mock.ts"; returnsArg<Arg, Self = any>(idx: number): (this: Self, ...args: Arg[]) => ArgCreates a function that returns one of its arguments. Type ParametersArgoptionalSelf = anyParametersidx: numberReturns(this: Self, ...args: Arg[]) => Arg