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) 197 B
export type Typescript = typeof import('typescript'); /** Check if typescript is already imported, if not it will resolve it */ export declare function resolveTypescript(root: string): Typescript;