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) 244 B
import type { ResolvedCliFunctionSource } from './config/cli-options'; /** @returns all app functions source files */ export declare function getFunctionsSourceFiles(root: string, functionsConfig: ResolvedCliFunctionSource): Promise<string[]>;