UNPKG

typia

Version:

Superfast runtime validators with only one line

8 lines (7 loc) 211 B
export declare namespace PatternUtil { const fix: (str: string) => string; const escape: (str: string) => string; const NUMBER: string; const BOOLEAN = "true|false"; const STRING = "(.*)"; }