MCPcopy
hub / github.com/plasma-umass/browsix / on

Method on

typings/globals/node/index.d.ts:283–283  ·  view source on GitHub ↗
(event: string, listener: Function)

Source from the content-addressed store, hash-verified

281
282 addListener(event: string, listener: Function): this;
283 on(event: string, listener: Function): this;
284 once(event: string, listener: Function): this;
285 removeListener(event: string, listener: Function): this;
286 removeAllListeners(event?: string): this;

Callers 15

tsTaskFunction · 0.65
gulpfile.jsFile · 0.65
child_process.jsFile · 0.65
addShebangFunction · 0.65
ld.jsFile · 0.65
sortFunction · 0.65
mainFunction · 0.65
grepFunction · 0.65
copyFunction · 0.65
tailFunction · 0.65
callbackFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected