UNPKG

@illandril/foundryvtt-types

Version:

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

16 lines (14 loc) 250 B
declare global { namespace dnd5e { namespace config { interface movementUnits { ft: string; km: string; m: string; mi: string; } const movementUnits: movementUnits; } } } export type {};