resume-client-socket.io
Version:
Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text
22 lines (21 loc) • 648 B
TypeScript
import { BasePlugin, Span } from '@opencensus/core';
export declare type MysqlPluginConfig = {
detailedCommands: boolean;
};
export declare class MysqlPlugin extends BasePlugin {
protected options: MysqlPluginConfig;
protected readonly internalFileList: {
'1 - 3': {
'Connection': string;
'Pool': string;
};
};
constructor(moduleName: string);
protected applyPatch(): any;
applyUnpatch(): void;
private getPatchCreateQuery;
private getPatchGetConnection;
patchEnd(span: Span, resultHandler: Function): Function;
}
declare const plugin: MysqlPlugin;
export { plugin };