UNPKG

@observertc/observer-js

Version:

Server Side NodeJS Library for processing ObserveRTC Samples

6 lines (5 loc) 121 B
// import { AlertState } from "../ClientMonitor"; export interface Detector { readonly name: string; update(): void; }