UNPKG

@pmouli/isy-matter-server

Version:

Service to expose an ISY device as a Matter Border router

5 lines (2 loc) 111 B
import { Constructor as BaseConstructor } from 'type-fest'; export type Constructor<T> = BaseConstructor<T>;