UNPKG

async-eventemitter

Version:

Just like EventEmitter, but with support for callbacks and interuption of the listener-chain

4 lines (2 loc) 68 B
'use strict'; module.exports = require('./lib/AsyncEventEmitter');