Module

x/rambda/index.d.ts>IndexedPredicate

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