UNPKG

@illandril/foundryvtt-types

Version:

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

14 lines (12 loc) 267 B
declare global { namespace foundry { namespace documents { class BaseTile extends foundry.abstract.Document { get texture(): foundry.data.TextureData; get width(): number; get height(): number; } } } } export type {};