Skip to main content
Module

x/fae/mod.ts>Tests

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

Type for spec object which contains predicate functions of type {Predicate1}

definition: Record<string | number, Predicate1<T>>