Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 522 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 522 Bytes

Event Emitter image

A subset of the Node's Event Emitter implementation that provides basic functionality for on, off and emit methods. The basic API is described here.

How are the events stored?

Event Emitter structure

tests

Check if the subset of the NodeEventEmitter works in the same way as EventEmitter with:

npm test