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.

11 lines (10 loc) 252 B
import type { FileMap } from './file-map'; /** * Write the generated files to the file system * @internal */ export declare function writeTemplateFiles(options: { fileMap: FileMap; directory: string; dryRun?: boolean; }): Promise<void>;