UNPKG

@illandril/foundryvtt-types

Version:

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

9 lines (7 loc) 93 B
declare global { type GridOffset = { i: number; j: number; }; } export type {};