Skip to main content
Module

x/fun/mod.ts>refinement.AnyRefinement

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
type alias refinement.AnyRefinement
import { type refinement } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { AnyRefinement } = refinement;

A type that matches any refinement type.

definition: Refinement<unknown, any>