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) 191 B
/** Get an index.html file for the path or generate one if it cannot be found */ export declare function getIndexHtml(path: string, baseHref: string, appName: string, root?: string): string;