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.

7 lines (6 loc) 295 B
import type { FileMap } from '../create-project'; /** Loads a set of files or directories recursive into a fileMap */ export declare function loadFileMap(dirsOrFiles: string[], options?: { relativeTo?: string; fileNameVisitor?: (key: string, relativeTo?: string) => string; }): FileMap;