UNPKG

@league-of-foundry-developers/foundry-vtt-types

Version:
10 lines (8 loc) 455 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 validators from "./validators.mjs"; export * as validation from "./validation-failure.mjs"; export * as fields from "./fields.mjs"; export * from "./data.mjs";