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.

5 lines (4 loc) 230 B
type TmpFolders = 'tmp' | 'type-checker' | 'logs' | 'build'; /** Creates or just returns the tmp folder in a app directory */ export declare function getDtTmpFolder(appRoot: string, tmpFolderName: TmpFolders): string; export {};