Eric Foster 35b96bc934 initial commit 6 years ago
..
tests initial commit 6 years ago
.npmignore initial commit 6 years ago
.travis.yml initial commit 6 years ago
.zuul.yml initial commit 6 years ago
History.md initial commit 6 years ago
LICENSE initial commit 6 years ago
Readme.md initial commit 6 years ago
events.js initial commit 6 years ago
package.json initial commit 6 years 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