defunctzombie / node-process

process information for node.js and browsers
MIT License
122 stars 62 forks source link

Missing listenerCount method #90

Open kraenhansen opened 3 years ago

kraenhansen commented 3 years ago

From the Node.js documentation:

The process object is an instance of EventEmitter.

As such, it should stub all methods on the EventEmitter API, in particular the listenerCount method is missing.