Skip to content

A subset of the Node's Event Emitter implementation that provides basic functionality for on, off and emit methods

License

Notifications You must be signed in to change notification settings

frankcortes/event-emitter

Repository files navigation

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

About

A subset of the Node's Event Emitter implementation that provides basic functionality for on, off and emit methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published