UNPKG

homebridge-plugin-wrapper

Version:

Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them

6 lines 269 B
/** * A simple clone function that also allows you to pass an "extend" object whose properties will be * added to the cloned copy of the original object passed. */ export declare function clone<T, U>(object: T, extend?: U): T & U; //# sourceMappingURL=clone.d.ts.map