UNPKG

foundryvtt-dnd5e-types

Version:

TypeScript type definitions for the DnD5e system in Foundry VTT

8 lines (6 loc) 119 B
/** * Data models for the DnD5e system */ export * from './actor'; export * from './item'; export * from './token';