Skip to main content
Module

x/rambda/index.d.ts>Predicate

Faster and smaller alternative to Ramda
Latest
type alias Predicate
import { type Predicate } from "https://deno.land/x/rambda@9.3.0/index.d.ts";
definition: (x: T) => boolean