jsii
Version:
[](https://cdk.dev) [](https://github.com/aws/jsii
6 lines • 318 B
TypeScript
export declare function isReservedName(name: string): string[] | undefined;
export declare const CSHARP_RESERVED: Set<string>;
export declare const JAVA_RESERVED: Set<string>;
export declare const PYTHON_RESERVED: Set<string>;
export declare const GO_RESERVED: Set<string>;
//# sourceMappingURL=reserved-words.d.ts.map