UNPKG

@foxpage/foxpage-node-sdk

Version:

foxpage node sdk

9 lines (8 loc) 145 B
/** * init pm2 */ export declare function withPm2(): null | undefined; /** * create pm2 */ export declare function initPm2(): Promise<void>;