UNPKG

fvtt-types

Version:
8 lines (6 loc) 373 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 api from "./api/_module.mjs"; export * as sheets from "./sheets/_module.mjs";