Skip to content

A strongly typed protected event creator/publisher/signaler for use with TypeScript and JavaScript.

License

Notifications You must be signed in to change notification settings

tsdotnet/event-factory

 
 

Repository files navigation

alt text tsdotnet / event-factory

GitHub license 100% code coverage npm-publish npm version

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.

About

A strongly typed protected event creator/publisher/signaler for use with TypeScript and JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.1%
  • JavaScript 7.9%