suochencheng 7cf50435fd 1 6 年之前
..
tests 7cf50435fd 1 6 年之前
.npmignore 7cf50435fd 1 6 年之前
.travis.yml 7cf50435fd 1 6 年之前
.zuul.yml 7cf50435fd 1 6 年之前
History.md 7cf50435fd 1 6 年之前
LICENSE 7cf50435fd 1 6 年之前
Readme.md 7cf50435fd 1 6 年之前
events.js 7cf50435fd 1 6 年之前
package.json 7cf50435fd 1 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