Supposing I have an object that inherited from EventEmitter, like a stream or any other, is there a good way to know all the events I can listen to, and all the attached event listeners ? I think the second part of the question is easy, emitter.listeners(event) will tell me all the listeners to an event. But is there a