mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
import { EventEmitter } from "eventemitter3";
|
|
|
|
// TODO: 型付け
|
|
export const globalEvents = new EventEmitter();
|