UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

5 lines (4 loc) 130 B
/** * Returns true if any of the values are not undefined */ export declare function shouldApplyProps(...args: any[]): boolean;