UNPKG

@grafana/ui

Version:
7 lines (6 loc) 211 B
import { type Logger } from './logger'; /** * Allows debug helpers attachement to the window object * @internal */ export declare function attachDebugger(key: string, thebugger?: any, logger?: Logger): void;