UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 217 B
import { GetChildAt } from "./GetChildAt"; import { RemoveChild } from "./RemoveChild"; export function RemoveChildAt(parent, index) { const child = GetChildAt(parent, index); return RemoveChild(parent, child); }