Skip to content

A simple implementation of the observer pattern using Typescript.

Notifications You must be signed in to change notification settings

bashar-gh-dev/ts-event-emitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Event Emitter

A simple implementation of the observer pattern using Typescript.

Note

This tiny library is only for testing and learning purposes; it was never meant to be used in production projects as it is still in its early stages.

Later, after I finish working on it and it becomes stable, it will be part of my incoming library, React Modal Manager.

To do list

  • Setup linter and prettier.
  • Implement some unit tests.
  • Add the NPM publish script.
  • Add the section API to README.MD.