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) 248 B
import type { Diagnostic } from '../../build/diagnostic'; /** Remove external library warnings and other diagnostics based on config/args */ export declare function filterDiagnostics(diagnostics: Diagnostic[], showWarnings: boolean): Diagnostic[];