UNPKG

yale-doorman

Version:

SDK for Yale Doorman through the Yale cloud API

5 lines 236 B
import type { UnionToIntersection } from "../@types/UnionToIntersection"; export declare function deepMerge<T extends { [key: string]: any; }[]>(...objects: T): UnionToIntersection<T[number]>; //# sourceMappingURL=deepMerge.d.ts.map