UNPKG

@phaserjs/phaser

Version:
3 lines 219 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function RemoveChildren<P extends IGameObject>(parent: P, ...children: IGameObject[]): IGameObject[]; //# sourceMappingURL=RemoveChildren.d.ts.map