4 lines
157 B
TypeScript
4 lines
157 B
TypeScript
export declare const reservedWords: string[];
|
|
export declare function isLegal(str: string): boolean;
|
|
export declare function makeLegal(str: string): string;
|