infracloud/scripts/node_modules/events
2026-02-28 09:07:22 -03:00
..
tests docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
.npmignore docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
.travis.yml docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
.zuul.yml docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
events.js docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
History.md docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
LICENSE docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
package.json docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00
Readme.md docs: update infrastructure docs, connections and services inventory 2026-02-28 09:07:22 -03:00

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