Skip to content

Latest commit

 

History

History

001-event-emitter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Event emitter

The goal is to create an event emitter.

The emitter should be able to create an emitter instance, subscribe to the instance, unsubscribe from the instance and publish value to all subscribers of the instance.