Skip to main content
Module

x/fae/mod.ts>Predicate2

A functional module for Deno inspired from Ramda.
Latest
type alias Predicate2
import { type Predicate2 } from "https://deno.land/x/fae@v1.1.1/mod.ts";

Predicate function type which applies on two values a and b

Type Parameters

T1
optional
T2 = T1
definition: (a: T1, b: T2) => boolean