Skip to main content
Module

x/fae/findLastIndex.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/findLastIndex.ts";

Variables

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