Skip to main content
Module

x/ramda/mod.ts>findLast

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

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

Acts as a transducer if a transformer is given in list position.