UNPKG

@phaserjs/phaser

Version:
3 lines 240 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function GetLastChild<P extends IGameObject>(parent: P, property?: string | symbol, value?: never): IGameObject | undefined; //# sourceMappingURL=GetLastChild.d.ts.map