4 lines
156 B
Plaintext
4 lines
156 B
Plaintext
export declare const reserved: Set<string>;
|
|
export declare function is_valid(str: string): boolean;
|
|
export declare function sanitize(name: string): string;
|