Eric Foster 35b96bc934 initial commit 6 yıl önce
..
tests initial commit 6 yıl önce
.npmignore initial commit 6 yıl önce
.travis.yml initial commit 6 yıl önce
.zuul.yml initial commit 6 yıl önce
History.md initial commit 6 yıl önce
LICENSE initial commit 6 yıl önce
Readme.md initial commit 6 yıl önce
events.js initial commit 6 yıl önce
package.json initial commit 6 yıl önce

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