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) 201 B
export declare const linkCache: Map<string, URL>; /** Helper function to execute a request without allowing redirection. */ export declare function getUrlFromLocationHeader(url: string): Promise<URL>;