Your IP : 216.73.217.13


Current Path : /lib/node_modules/pm2/node_modules/@pm2/io/build/main/census/plugins/
Upload File :
Current File : //lib/node_modules/pm2/node_modules/@pm2/io/build/main/census/plugins/vue.d.ts

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 };