UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 151 B
import { On } from "./On"; export function Once(emitter, event, callback, context = emitter) { return On(emitter, event, callback, context, true); }