PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
@pm2
/
io
/
build
/
main
/
services
export declare class Action { handler: Function; name: string; type: string; isScoped: boolean; callback?: Function; arity: number; opts: Object | null | undefined; } export declare class ActionService { private timer; private transport; private actions; private logger; private listener; init(): void; destroy(): void; registerAction(actionName?: string, opts?: Object | undefined | Function, handler?: Function): void; scopedAction(actionName?: string, handler?: Function): any; }
[-] actions.js
[edit]
[-] inspector.js
[edit]
[+]
..
[-] transport.d.ts
[edit]
[-] metrics.d.ts
[edit]
[-] runtimeStats.d.ts
[edit]
[-] metrics.js
[edit]
[-] runtimeStats.js
[edit]
[-] transport.js
[edit]
[-] inspector.d.ts
[edit]
[-] actions.d.ts
[edit]