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.

9 lines (8 loc) 256 B
/** * Check if Development Environment is running on gitpod */ export declare const gitpodEnv: string | undefined; /** * If cloud development environment, return reachable url. */ export declare function getPublicUrl(port: number): string | undefined;