UNPKG

318 BTypeScriptView Raw
1export declare function isReservedName(name: string): string[] | undefined;
2export declare const CSHARP_RESERVED: Set<string>;
3export declare const JAVA_RESERVED: Set<string>;
4export declare const PYTHON_RESERVED: Set<string>;
5export declare const GO_RESERVED: Set<string>;
6//# sourceMappingURL=reserved-words.d.ts.map
\No newline at end of file