1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-17 08:08:17 +09:00
hotomoe/packages/client/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();