UNPKG

node-hue-api

Version:
9 lines (8 loc) 282 B
import Bottleneck from 'bottleneck'; export declare class HueApiRateLimitLogger { readonly name: string; constructor(name: string); static install(name: string, bottleneck: Bottleneck): void; static isDebug(): boolean; log(event: string, payload?: any): void; }