@tsdotnet/event-factory
v1.1.8
Published
A strongly typed protected event creator/publisher/signaler for use with TypeScript and JavaScript.
Downloads
1,167
Maintainers
Readme
tsdotnet / event-factory
A strongly typed protected event creator/publisher/signaler for use with TypeScript and JavaScript.
Docs
tsdotnet.github.io/event-factory
Purpose
- Provides an API that separates event listening/subscribing from dispatching/publishing.
- Simplifies adding events to any object.
- Allows for complex auto-event-disposal patterns to ensure minimal reference retention.