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

Method bind

examples/using-pm2-and-transpilers/node.d.ts:287–287  ·  view source on GitHub ↗
(cb: (err: Error, data: any) => any)

Source from the content-addressed store, hash-verified

285 add(emitter: Events): void;
286 remove(emitter: Events): void;
287 bind(cb: (err: Error, data: any) => any): any;
288 intercept(cb: (data: any) => any): any;
289 dispose(): void;
290

Calls

no outgoing calls

Tested by

no test coverage detected