import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/nth.js"; FunctionsfdefaultGets the element at index n of array. If n is negative, the nth element from the end is returned.