Skip to main content
Module

x/ramda/source/findLastIndex.js

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

Variables

Returns the index of the last element of the list which matches the predicate, or -1 if no element matches.