Skip to main content
Module

x/ramda/source/findLast.js

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

Variables

Returns the last element of the list which matches the predicate, or undefined if no element matches.