Eric Foster 35b96bc934 initial commit před 6 roky
..
tests initial commit před 6 roky
.npmignore initial commit před 6 roky
.travis.yml initial commit před 6 roky
.zuul.yml initial commit před 6 roky
History.md initial commit před 6 roky
LICENSE initial commit před 6 roky
Readme.md initial commit před 6 roky
events.js initial commit před 6 roky
package.json initial commit před 6 roky

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