vlad 6f123ff03e 18.07 6 anos atrás
..
tests 6f123ff03e 18.07 6 anos atrás
.npmignore 6f123ff03e 18.07 6 anos atrás
.travis.yml 6f123ff03e 18.07 6 anos atrás
.zuul.yml 6f123ff03e 18.07 6 anos atrás
History.md 6f123ff03e 18.07 6 anos atrás
LICENSE 6f123ff03e 18.07 6 anos atrás
Readme.md 6f123ff03e 18.07 6 anos atrás
events.js 6f123ff03e 18.07 6 anos atrás
package.json 6f123ff03e 18.07 6 anos atrás

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