Skip to main content
Module

x/abstruct/deps.ts>ToPredicate

Abstract structure for JavaScript data validation
Go to Latest
type alias ToPredicate
import { type ToPredicate } from "https://deno.land/x/abstruct@1.0.0-beta.7/deps.ts";
definition: F extends (input: infer In) => boolean ? (input: In) => input is In : never