UNPKG

isy-nodejs

Version:

Node.js wrapper for ISY interface including websockets for change notifications. Fork of isy-js by Rod Toll. Designed to be used in a node.js application.

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