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) 163 B
/** * Handles the thrown error during a command execution * @param error The thrown error */ export declare function handleError(error: Error): Promise<never>;