mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-12-02 02:37:26 +00:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
|
import { EventEmitter } from 'eventemitter3';
|
||
|
|
||
|
// TODO: 型付け
|
||
|
export const globalEvents = new EventEmitter();
|