ts-event-publisher

Event publish/subscribe library designed for convenience and type safety with TypeScript

Usage no npm install needed!

<script type="module">
  import tsEventPublisher from 'https://cdn.skypack.dev/ts-event-publisher';
</script>

README

npm version Join the chat at https://gitter.im/ts-enum-util/Lobby Build Status Coverage Status

ts-event-publisher

A simple Event Publish/Subscription library designed for convenience and type-safety in typeScript projects.

Contents

Why? (example)

Coming soon...

Installation

Install via NPM:

npm i -s ts-event-publisher

Usage

Coming soon...

Until then, consider looking at code documentation in the source code.