UNPKG

@illandril/foundryvtt-types

Version:

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

8 lines (6 loc) 137 B
declare global { class Actors extends WorldCollection<string, Actor> { get tokens(): Record<string, Actor>; } } export type {};