Ben 34809681ae fix 11 months ago
..
tests 34809681ae fix 11 months ago
.npmignore 34809681ae fix 11 months ago
.travis.yml 34809681ae fix 11 months ago
.zuul.yml 34809681ae fix 11 months ago
History.md 34809681ae fix 11 months ago
LICENSE 34809681ae fix 11 months ago
Readme.md 34809681ae fix 11 months ago
events.js 34809681ae fix 11 months ago
package.json 34809681ae fix 11 months ago

Readme.md

events Build Status

Node's event emitter for all engines.

Install

npm install events

Require

var EventEmitter = require('events').EventEmitter

Usage

See the node.js event emitter docs