1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-14 14:48:19 +09:00
hotomoe/packages/frontend/src/events.ts

5 lines
114 B
TypeScript
Raw Normal View History

2021-10-11 00:36:47 +09:00
import { EventEmitter } from 'eventemitter3';
// TODO: 型付け
export const globalEvents = new EventEmitter();