UNPKG

@phaserjs/phaser

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