Eric Foster 35b96bc934 initial commit 6 年 前
..
tests initial commit 6 年 前
.npmignore initial commit 6 年 前
.travis.yml initial commit 6 年 前
.zuul.yml initial commit 6 年 前
History.md initial commit 6 年 前
LICENSE initial commit 6 年 前
Readme.md initial commit 6 年 前
events.js initial commit 6 年 前
package.json initial commit 6 年 前

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