UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 129 B
export declare namespace Escaper { const variable: (str: string) => boolean; const reserved: (str: string) => boolean; }