@tycoonsystems/tycoon-modules
Version:
www.tv.tycoon.systems/documentation
1 lines • 310 B
JavaScript
const _LocalEventEmitter={_events:{},dispatch:function(t,e){this._events[t]&&this._events[t].forEach(t=>t(e))},subscribe:function(t,e){this._events[t]||(this._events[t]=[]),this._events[t].push(e)},unsubscribe(t){this._events[t]&&delete this._events[t]}};module.exports={_LocalEventEmitter:_LocalEventEmitter};