UNPKG

yale-doorman

Version:

SDK for Yale Doorman through the Yale cloud API

2 lines 177 B
export declare type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never; //# sourceMappingURL=UnionToIntersection.d.ts.map