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.

4 lines (3 loc) 175 B
import type { PackageJson } from '../interfaces'; /** Check if the CLI is on the latest version */ export declare function isLatestVersion(packageJson: PackageJson): boolean;