UNPKG

@phaserjs/phaser

Version:
6 lines 196 B
import { IEventInstance } from './IEventInstance'; export declare class EventEmitter { events: Map<string, Set<IEventInstance>>; constructor(); } //# sourceMappingURL=EventEmitter.d.ts.map