UNPKG

foundryvtt-dnd5e-types

Version:

TypeScript type definitions for the DnD5e system in Foundry VTT

13 lines (11 loc) 298 B
/** * Document classes for the DnD5e system */ export * from './actor5e'; export * from './item5e'; export * from './token5e'; export * from './active-effect5e'; export * from './chat-message5e'; export * from './combat5e'; export * from './combatant5e'; export * from './journal-entry-page5e';