typed-events

TypeScript typings for the core events library

Usage no npm install needed!

<script type="module">
  import typedEvents from 'https://cdn.skypack.dev/typed-events';
</script>

README

typed-events Build Status

TypeScript typings for the core events library

Usage

First, add it to your package.json and install it:

npm install --save typed-events

Then use it just as you would the events library:

import * as events from "typed-events";