jsii
Version:
[](https://cdk.dev) [;
exports.enabledWarnings = void 0;
/**
* Indicates which warnings are currently enabled. By default all warnings are
* enabled, and can be silenced through the --silence-warning option.
*/
exports.enabledWarnings = {
'reserved-word': true,
};
//# sourceMappingURL=warnings.js.map
;