ran prettier
This commit is contained in:
parent
0eaeaf7cfb
commit
45a7e9331b
13 changed files with 62 additions and 77 deletions
|
@ -1,4 +1,4 @@
|
|||
import type { OutlineableInterface } from '../Phaser/Game/OutlineableInterface';
|
||||
import type { OutlineableInterface } from "../Phaser/Game/OutlineableInterface";
|
||||
|
||||
export function isOutlineable(object: unknown): object is OutlineableInterface {
|
||||
return (object as OutlineableInterface)?.pointerOverOutline !== undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue