UNPKG

fvtt-types

Version:
10 lines (8 loc) 517 B
// 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";