1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-13 14:18:26 +09:00
cherrypick/packages/client/src/events.ts

5 lines
114 B
TypeScript
Raw Normal View History

2021-10-11 00:36:47 +09:00
import { EventEmitter } from 'eventemitter3';
// TODO: 型付け
export const globalEvents = new EventEmitter();