1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-10 11:52:51 +09:00
hotomoe/src/client/events.ts
syuilo 816493e01f 🎨
2021-10-11 00:36:47 +09:00

5 lines
114 B
TypeScript

import { EventEmitter } from 'eventemitter3';
// TODO: 型付け
export const globalEvents = new EventEmitter();