UNPKG

resume-client-socket.io

Version:

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

24 lines (23 loc) 662 B
import { BasePlugin } from '@opencensus/core'; export declare type PGPluginConfig = { detailedCommands: boolean; }; export declare class PGPlugin extends BasePlugin { protected options: PGPluginConfig; protected readonly internalFileList: { '6 - 7': { 'client': string; }; }; constructor(moduleName: string); protected applyPatch(): any; applyUnpatch(): void; private getPatchCreateQuery; private patchCallback; private patchSubmittable; private patchPromise; private populateLabelsFromInputs; private populateLabelsFromOutputs; } declare const plugin: PGPlugin; export { plugin };