2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-12-25 13:48:38 +00:00
2019-05-08 12:19:12 +01:00

20 lines
371 B
Markdown

# events [![Build Status](https://travis-ci.org/Gozala/events.png?branch=master)](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)