UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

13 lines (12 loc) 271 B
export default class Meter { private _tickInterval; private _samples; private _timeframe; private _rate; private _interval; private used; constructor(opts?: any); mark: (n?: number) => void; val: () => number; isUsed(): boolean; }