UNPKG

@illandril/foundryvtt-types

Version:

Type definitions for the Foundry VTT client, used by Illandril's modules

11 lines (9 loc) 123 B
declare global { type Point = | PIXI.Point | { x: number; y: number; }; } export type {};