UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 125 B
export declare namespace NameEncoder { function encode(str: string): string; function decode(str: string): string; }