armansansd 3424b1927b first commit il y a 3 ans
..
tests 3424b1927b first commit il y a 3 ans
.travis.yml 3424b1927b first commit il y a 3 ans
.zuul.yml 3424b1927b first commit il y a 3 ans
History.md 3424b1927b first commit il y a 3 ans
LICENSE 3424b1927b first commit il y a 3 ans
Readme.md 3424b1927b first commit il y a 3 ans
events.js 3424b1927b first commit il y a 3 ans
package.json 3424b1927b first commit il y a 3 ans

Readme.md

Status: Maintainer Needed

events Build Status

Node's event emitter for all engines.

Install

npm install events

Require

var EventEmitter = require('events')

Usage

See the node.js event emitter docs