UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

5 lines (4 loc) 202 B
/** Logs the version of the CLI */ export declare function logCliVersion(): void; /** Check nodejs major version. */ export declare function isSupportedNodeVersion(...majorVersions: number[]): boolean;