Skip to main content
Module

x/fae/mod.ts>Predicate1

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

Predicate function type which checks one value v

Type Parameters

optional
T = any
definition: (v: T) => boolean