Ben 34809681ae fix 11 месяцев назад
..
tests 34809681ae fix 11 месяцев назад
.npmignore 34809681ae fix 11 месяцев назад
.travis.yml 34809681ae fix 11 месяцев назад
.zuul.yml 34809681ae fix 11 месяцев назад
History.md 34809681ae fix 11 месяцев назад
LICENSE 34809681ae fix 11 месяцев назад
Readme.md 34809681ae fix 11 месяцев назад
events.js 34809681ae fix 11 месяцев назад
package.json 34809681ae fix 11 месяцев назад

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