UNPKG

succulent

Version:

Powerful and easy runtime type checking

8 lines (7 loc) 307 B
import { Schema } from "../schema"; export declare const $boolean: Schema<boolean>; export declare const $NaN: Schema<number>; export declare const $false: Schema<false>; export declare const $true: Schema<true>; export declare const $undefined: Schema<undefined>; export declare const $null: Schema<null>;