6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
export class WindowEventEmitter {
|
|
constructor() {
|
|
this._events = {};
|
|
}
|
|
}
|
|
//# sourceMappingURL=WindowEventEmitter.js.map
|