UNPKG

@illandril/foundryvtt-types

Version:

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

12 lines (11 loc) 202 B
declare global { namespace foundry { namespace grid { class HexagonalGrid extends BaseGrid { get columns(): boolean; get even(): boolean; } } } } export type {};