Files
hydro-builder-app/node_modules/three-stdlib/_polyfill/constants.js
2026-06-13 17:36:44 -07:00

7 lines
176 B
JavaScript

import { REVISION } from "three";
const version = /* @__PURE__ */ (() => parseInt(REVISION.replace(/\D+/g, "")))();
export {
version
};
//# sourceMappingURL=constants.js.map