Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rambda/files/index.d.ts>IndexedPredicate

Faster and smaller alternative to Ramda
Go to Latest
type alias IndexedPredicate
import { type IndexedPredicate } from "https://deno.land/x/rambda@9.2.1/files/index.d.ts";
definition: (x: T, i: number) => boolean