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

8 lines 267 B
/** * Indicates which warnings are currently enabled. By default all warnings are * enabled, and can be silenced through the --silence-warning option. */ export declare const enabledWarnings: { [name: string]: boolean; }; //# sourceMappingURL=warnings.d.ts.map