import { nthArg } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/util.js";
Creates a function that gets the argument at index n
. If n
is negative,
the nth argument from the end is returned.
import { nthArg } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/util.js";
Creates a function that gets the argument at index n
. If n
is negative,
the nth argument from the end is returned.