UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

13 lines (12 loc) 253 B
/** * The major version of the node runtime. */ export declare const major: number; /** * The minor version of the node runtime. */ export declare const minor: number; /** * The revision of the node runtime. */ export declare const patch: number;