UNPKG

@illandril/foundryvtt-types

Version:

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

13 lines (11 loc) 204 B
declare global { namespace foundry { namespace data { class ShapeData { get width(): number | undefined; get height(): number | undefined; } } } } export type {};