UNPKG

allex_destroyablemixinslowlevellib

Version:
10 lines (9 loc) 409 B
module.exports = function (inheritlib, dummyFunc, _EventEmitter) { 'use strict'; var Destroyable = require('./Destroyable.js')(dummyFunc, _EventEmitter); return { Destroyable:Destroyable, ComplexDestroyable:require('./ComplexDestroyable.js')(inheritlib.inherit, Destroyable, _EventEmitter), SimpleDestroyable : require('./SimpleDestroyable.js')(inheritlib.inheritMethods, dummyFunc) }; };