UNPKG

runtyp

Version:

Lightning-fast, zero-dependency runtime validation for TS/JS. 25x faster than zod with a cleaner API.

3 lines (2 loc) 77 B
import { Pred } from '..'; export declare function boolean(): Pred<boolean>;