resume-client-socket.io
Version:
Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text
13 lines (12 loc) • 394 B
TypeScript
import { BasePlugin, Span } from '@opencensus/core';
export declare class VuePlugin extends BasePlugin {
private rendererResults;
constructor(moduleName: string);
protected applyPatch(): any;
applyUnpatch(): void;
private getPatchCreateRenderer;
private getPatchRenderToString;
patchEnd(span: Span): () => void;
}
declare const plugin: VuePlugin;
export { plugin };