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) 164 B
/** * Get the full path of the lib source folder independent of how the app was run or the module was imported */ export declare function getLibSrcDir(): string;