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) 271 B
/** * Check if Development Environment is running on github codespaces */ export declare const codespacesEnv: string | undefined; /** * If cloud development environment, return reachable url. */ export declare function getPublicUrl(port: number): string | undefined;