UNPKG

jsii

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

6 lines 318 B
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