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.
8 lines (7 loc) • 321 B
TypeScript
/**
* Helper function to resolve the path of a module. Using node's
* module lookup mechanism allows to safely require modules in respect to more
* complex project structures (e.g. monorepos) that might have split up module
* folders.
*/
export declare function nodeResolvePackage(pck: string, cwd: string): string;