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.

3 lines (2 loc) 165 B
/** Removes tenant prefix of environmentUrl in order to do requests in global context */ export declare function removeTenantPrefix(environmentUrl: string): string;