UNPKG

homebridge-arlo-v2

Version:
7 lines 309 B
/** * Returns a display name used for the accessory creation. * @private */ export declare function DisplayName(): string; export declare const debounce: <F extends (...args: any[]) => any>(func: F, waitFor: number) => (...args: Parameters<F>) => Promise<ReturnType<F>>; //# sourceMappingURL=utils.d.ts.map