# LiteRT/Events

[![npm version](https://img.shields.io/npm/v/@litert/events.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/events "Stable Version")
[![License](https://img.shields.io/npm/l/@litert/events.svg?maxAge=2592000?style=plastic)](https://github.com/litert/events/blob/master/LICENSE)
[![node](https://img.shields.io/node/v/@litert/events.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/)
[![GitHub issues](https://img.shields.io/github/issues/litert/events.js.svg)](https://github.com/litert/events.js/issues)
[![GitHub Releases](https://img.shields.io/github/release/litert/events.js.svg)](https://github.com/litert/events.js/releases "Stable Release")

An events controller library for LiteRT.

## Requirement

- TypeScript v3.1.x (or newer)
- Node.js v8.0.0 (or newer)

## Installation

```sh
npm i @litert/events --save
```

## Document

Preparing yet.

## License

This library is published under [Apache-2.0](./LICENSE) license.
