UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

5 lines (4 loc) 192 B
export declare type Constructor<T> = new (...args: any[]) => T; export declare const MergeWithValues: <T extends Constructor<{}>>(data: { [param: string]: any; }) => (Metatype: T) => any;