mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-15 20:40:01 -04:00
npm events, expose EventEmitter via bundle
This commit is contained in:
parent
7ef4fb9732
commit
1a1bf9b500
27 changed files with 27 additions and 1567 deletions
|
@ -1,4 +1,4 @@
|
|||
import EventEmitter from '../events.js';
|
||||
import EventEmitter from 'events';
|
||||
import HookEvent from '../hook.js';
|
||||
|
||||
class ElementApi extends EventEmitter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue