UNPKG

@phaserjs/phaser

Version:
4 lines 289 B
import { IEventEmitter } from './IEventEmitter'; import { IEventInstance } from './IEventInstance'; export declare function Off(emitter: IEventEmitter, event: string, callback?: Function | IEventInstance, context?: unknown, once?: boolean): IEventEmitter; //# sourceMappingURL=Off.d.ts.map