UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

3 lines (2 loc) 113 B
import type Phaser from 'phaser'; export declare function getGameObject<T = Phaser.GameObjects.GameObject>(): T;