orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
20 lines (12 loc) • 371 B
Markdown
# events [](https://travis-ci.org/Gozala/events)
Node's event emitter for all engines.
## Install ##
```
npm install events
```
## Require ##
```javascript
var EventEmitter = require('events').EventEmitter
```
## Usage ##
See the [node.js event emitter docs](http://nodejs.org/api/events.html)