1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-04 17:03:05 +09:00
MisskeyIO/src/client/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();