mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-16 08:36:27 +01:00
0e4a111f81
Resolve #7779
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
import { EventEmitter } from 'eventemitter3';
|
|
|
|
// TODO: 型付け
|
|
export const globalEvents = new EventEmitter();
|