import { type Refinement } from "https://deno.land/x/fun@v.2.0.0-alpha.11/refinement.ts";
The refinement type is a function that returns a boolean indicating that a value satisfies a type.
Type Parameters
B extends A
x/fun/refinement.ts>Refinement
import { type Refinement } from "https://deno.land/x/fun@v.2.0.0-alpha.11/refinement.ts";
The refinement type is a function that returns a boolean indicating that a value satisfies a type.