ste-promise-signals
Version:
Add the power of Promise Signals to your projects. They are the most bare bones implementation of an event that supports promises.
16 lines (11 loc) • 1.32 kB
Markdown
# Strongly Typed Events - Promise Signals
Signals are the most barebone of all <a href="https://www.npmjs.com/package/strongly-typed-events">events</a>. They don't contain any data. They just invoke the registered handler.
[](https://travis-ci.org/KeesCBakker/Strongly-Typed-Events-for-TypeScript)
[](https://badge.fury.io/js/ste-signals)
[](https://opensource.org/licenses/MIT)
Check the <a href="https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/tree/master/documentation">documentation</a> or the <a href="https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/tree/master/examples">examples</a> for more information.
Need more info? Check the <a href="https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript">repo</a>.
## Example?
It is hard to come up with sensible examples for promise based handlers, but check the <a href="https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript">GitHub page</a> for a general overview.
## Maintenance
This project is maintained by <a href="https://keestalkstech.com/">Kees C. Bakker</a>.