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/express.d.ts

import { BasePlugin } from '@opencensus/core';
export declare const kMiddlewareStack: unique symbol;
export declare class ExpressPlugin extends BasePlugin {
    private kPatched;
    constructor(moduleName: string);
    protected applyPatch(): any;
    applyUnpatch(): void;
    private applyLayerPatch;
    private safePush;
    private patchEnd;
}
declare const plugin: ExpressPlugin;
export { plugin };