1.1.2 • Published 9 years ago

event-drive v1.1.2

Weekly downloads
16
License
-
Repository
-
Last release
9 years ago

event-drive

Build status

Support for creating event emitter with reactive callback.
Callback function is not required.

Install

Install with npm:

npm install event-drive

API - Queries

first argument should be a function or an Array of function(s) first function of exec is called asynchronously var emitter = require('event-drive')(exec, callback);

Then, you can event drive now. emitter.on( .. )

See more example test/basic.js and test/trigger.js

1.1.2

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago