ste-promise-signals

Add the power of Promise Signals to your projects. They are the most bare bones implementation of an event that supports promises.

Usage no npm install needed!

<script type="module">
  import stePromiseSignals from 'https://cdn.skypack.dev/ste-promise-signals';
</script>

README

Strongly Typed Events - Promise Signals

Signals are the most barebone of all events. They don't contain any data. They just invoke the registered handler.

Build Status npm version License: MIT

Check the documentation or the examples for more information.

Need more info? Check the repo.

Example?

It is hard to come up with sensible examples for promise based handlers, but check the GitHub page for a general overview.

Maintenance

This project is maintained by Kees C. Bakker.