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.

6 lines (5 loc) 218 B
/** * @param version The version which should be downgraded to a minor semver version * @returns the minor semver version as a string */ export declare function getVersionDowngradedToMinor(version: string): string;