UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines (5 loc) 259 B
export declare class ExceptionsZone { private static readonly exceptionHandler; static run(callback: () => void, teardown?: (err: any) => void): void; static asyncRun(callback: () => Promise<void>, teardown?: (err: any) => void): Promise<void>; }