UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines (5 loc) 185 B
import { Subscriber } from './Subscriber'; import { TeardownLogic } from './types'; export interface Operator<T, R> { call(subscriber: Subscriber<R>, source: any): TeardownLogic; }