1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-03 03:42:09 -06:00
paricafe/packages/frontend/src/events.ts
2022-12-27 14:36:33 +09:00

4 lines
114 B
TypeScript

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