Skip to main content
Module

x/ramda/mod.ts>nth

:ram: Practical functional Javascript
Latest
variable nth
import { nth } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns the nth element of the given list or string. If n is negative the element at index length + n is returned.