UNPKG

lib-comfoair

Version:

Library to communicate with Zehnder ComfoAirQ ventilation unit through the ComfoControl gateway

2 lines (1 loc) 130 B
export declare function removeArrayElement<T extends Array<unknown>>(array: T, element: T extends Array<infer U> ? U : never): T;