innovationDriveApp/node_modules/events
2018-07-08 22:49:17 +10:00
..
tests added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.npmignore added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.travis.yml added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.zuul.yml added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
events.js added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
History.md added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
LICENSE added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
package.json deleted homepage in package.json 2018-07-08 22:49:17 +10:00
Readme.md added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10: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