aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 449 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:!0}),exports.CDK_DEBUG=void 0,exports.debugModeEnabled=debugModeEnabled;var process_1=()=>{var tmp=require("process");return process_1=()=>tmp,tmp};exports.CDK_DEBUG="CDK_DEBUG";function debugModeEnabled(){return isTruthy(process_1().env[exports.CDK_DEBUG])}const TRUTHY_VALUES=new Set(["1","on","true"]);function isTruthy(value){return value?TRUTHY_VALUES.has(value.toLowerCase()):!1}
;