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) 339 B
/** * Get a list of files recursively from a directory * @deprecated The function will be removed in 1.0 * @internal */ export declare function getFilesRecursive( /** Directory where to look for the files */ dir: string, /** List of folders we would like to exclude when looking out for files */ omitFolders?: string[]): string[];