UNPKG

resume-client-socket.io

Version:

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

22 lines (21 loc) 651 B
import { BasePlugin, Span } from '@opencensus/core'; export declare type MongoPluginConfig = { detailedCommands: boolean; }; export declare class MongoDBPlugin extends BasePlugin { protected options: MongoPluginConfig; protected readonly internalFileList: { '1 - 3': { 'ConnectionPool': string; }; }; constructor(moduleName: string); protected applyPatch(): any; applyUnpatch(): void; private getPatchCommand; private getPatchCursor; private getPatchEventEmitter; patchEnd(span: Span, resultHandler: Function): Function; } declare const plugin: MongoDBPlugin; export { plugin };