fvtt-types
Version:
TypeScript type definitions for Foundry VTT
8 lines (6 loc) • 373 B
text/typescript
// In Foundry itself this file contains re-exports of these other modules.
// Therefore it has a runtime effect and uses `.mjs` instead of `.d.mts`.
// While `.mts` could work, to avoid `import-x/no-unresolved` from erroring `.mjs` is used.
/* eslint-disable import-x/extensions */
export * as api from "./api/_module.mjs";
export * as sheets from "./sheets/_module.mjs";