fvtt-types
Version:
TypeScript type definitions for Foundry VTT
10 lines (8 loc) • 517 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 tours from "./tours/_module.mjs";
export { default as Tour } from "./tour.mjs";
export { default as NewUserExperienceManager } from "./nue-manager.mjs";
export { default as ToursCollection } from "./tours-collection.mjs";