UNPKG

@aws-cdk/core

Version:

AWS Cloud Development Kit Core 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;