UNPKG

@phaserjs/phaser

Version:
3 lines 216 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function IsValidParent<P extends IGameObject, C extends IGameObject>(parent: P, child: C): boolean; //# sourceMappingURL=IsValidParent.d.ts.map