TypeScript typings for the core events library
npm install typed-eventstyped-events 
============
TypeScript typings for the core events library
Usage
=====
First, add it to your package.json and install it:
``cmd
`
npm install --save typed-events
`
Then use it just as you would the events library:
ts
``
import * as events from "typed-events";