Core files for the Strongly Typed Events project.
npm install ste-core


|Package|Description|
|-------|-----------|
|ste-core|Package that contains all the building blocks for the creation of events. The dispatcher implementation is its main hero.|
|ste-events|Events that are modeled after .Net with a sender and argument. If you use typescript, you can leverage the support for generics and get strongly typed code.|
|ste-simple-events|A simpler version of the ste-event-event. No sender, just an argument.|
|ste-signals|A signal is even simpler, it is just a callback for when you need to be alerted without any scope.|
|strongly-typed-events|This package includes everything.|
|ste-browser|Helps to host events in the browser.|