UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 174 B
import { Customizable } from "../typings/Customizable"; export declare const $dictionary: Map<string, Map<keyof Customizable, (tagText: string) => (value: any) => boolean>>;