Skip to main content
Module

x/ramda/source/takeLast.js

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

Variables

Returns a new list containing the last n elements of the given list. If n > list.length, returns a list of list.length elements.