UNPKG

fvtt-types

Version:
11 lines (9 loc) 558 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 { default as BaseGrid } from "./base.mjs"; export { default as GridHex } from "./grid-hex.mjs"; export { default as GridlessGrid } from "./gridless.mjs"; export { default as HexagonalGrid } from "./hexagonal.mjs"; export { default as SquareGrid } from "./square.mjs";