UNPKG

node-hue-api

Version:
10 lines (9 loc) 304 B
/// <reference types="node" /> import EventEmitter from 'events'; export declare class DiscoveryLogger { readonly name: string; constructor(name: string); static install(name: string, browser: EventEmitter): void; static isDebug(): boolean; log(event: string, payload?: any): void; }