vlad 6f123ff03e 18.07 6 tahun lalu
..
tests 6f123ff03e 18.07 6 tahun lalu
.npmignore 6f123ff03e 18.07 6 tahun lalu
.travis.yml 6f123ff03e 18.07 6 tahun lalu
.zuul.yml 6f123ff03e 18.07 6 tahun lalu
History.md 6f123ff03e 18.07 6 tahun lalu
LICENSE 6f123ff03e 18.07 6 tahun lalu
Readme.md 6f123ff03e 18.07 6 tahun lalu
events.js 6f123ff03e 18.07 6 tahun lalu
package.json 6f123ff03e 18.07 6 tahun lalu

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