UNPKG

@illandril/foundryvtt-types

Version:

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

9 lines (7 loc) 174 B
declare global { class TokenLayer extends PlaceablesLayer<Token> { get ownedTokens(): Token[]; get hud(): foundry.applications.hud.TokenHUD; } } export type {};