Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 227 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 227 Bytes

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.