Skip to main content
Module

x/rambda/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@v7.0.1/index.d.ts";
definition: (x: T, i: number) => boolean