MCPcopy
hub / github.com/Unitech/pm2 / on

Method on

examples/using-pm2-and-transpilers/node.d.ts:292–292  ·  view source on GitHub ↗
(event: string, listener: Function)

Source from the content-addressed store, hash-verified

290
291 addListener(event: string, listener: Function): this;
292 on(event: string, listener: Function): this;
293 once(event: string, listener: Function): this;
294 removeListener(event: string, listener: Function): this;
295 removeAllListeners(event?: string): this;

Calls

no outgoing calls

Tested by 1

testFunction · 0.52