mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 16:36:44 -06:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
|
import { EventEmitter } from 'eventemitter3';
|
||
|
|
||
|
// TODO: 型付け
|
||
|
export const globalEvents = new EventEmitter();
|