Your IP : 216.73.216.189


Current Path : /proc/thread-self/root/lib/node_modules/pm2/node_modules/@pm2/io/build/main/features/
Upload File :
Current File : //proc/thread-self/root/lib/node_modules/pm2/node_modules/@pm2/io/build/main/features/events.d.ts

import { Feature } from '../featureManager';
export declare class EventsFeature implements Feature {
    private transport;
    private logger;
    init(): void;
    emit(name?: string, data?: any): any;
    destroy(): void;
}