fullstack typescript dev
Highlights
- Pro
Pinned Loading
-
TypedEventEmitter.ts
TypedEventEmitter.ts 1type TypedEventEmitterEvents = Record<string | symbol, any[]>;
23class TypedEventEmitter<Events extends TypedEventEmitterEvents> {
4private eventListeners = new Map<keyof Events, Set<Function>>();
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.