Skip to main content
Module

x/ramda/source/nth.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/nth.js";

Variables

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