- /* eslint-disable import/no-internal-modules */
- export * from "./glTFFileLoader.js";
- export * from "./glTFValidation.js";
- import * as GLTF1 from "./1.0/index.js";
- import * as GLTF2 from "./2.0/index.js";
- export { GLTF1, GLTF2 };
- //# sourceMappingURL=index.js.map
|