Module

x/lodash_es/src/nth.js

lodash for deno use
Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/nth.js";

Functions

Gets the element at index n of array. If n is negative, the nth element from the end is returned.