UNPKG

resume-client-socket.io

Version:

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

9 lines (8 loc) 372 B
import { BasePlugin } from '@opencensus/core'; export declare class NetPlugin extends BasePlugin { constructor(moduleName: string); protected applyPatch(): any; applyUnpatch(): void; protected getPatchIncomingRequestFunction(): (original: (event: string) => boolean) => (event: string, ...args: any[]) => boolean; } export declare const plugin: NetPlugin;