ste-core
TypeScript icon, indicating that this package has built-in type declarations

3.0.11 • Public • Published

Strongly Typed Events - Core

Core package for the Strongly Typed Events projects. This project adds events to your projecs. Because events can have multiple flavours, we've created multiple packages.

Build Status npm version License: MIT

Packages

The project is separated into multiple packages, so you only need to include what you need. We have the following packages:

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.

Maintenance

This project is maintained by Kees C. Bakker.

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i ste-core

    Weekly Downloads

    5,833

    Version

    3.0.11

    License

    MIT

    Unpacked Size

    55.2 kB

    Total Files

    35

    Last publish

    Collaborators

    • keestalkstech