UNPKG

@grafana/ui

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