UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 352 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.patch=exports.minor=exports.major=void 0;var process=()=>{var tmp=require("process");return process=()=>tmp,tmp};const[strMajor,strMinor,strPatch]=process().versions.node.split(".");exports.major=Number(strMajor),exports.minor=Number(strMinor),exports.patch=Number(strPatch);