summit/frontend/node_modules/three-stdlib/_polyfill/constants.cjs

7 lines
273 B
JavaScript

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const THREE = require("three");
const version = /* @__PURE__ */ (() => parseInt(THREE.REVISION.replace(/\D+/g, "")))();
exports.version = version;
//# sourceMappingURL=constants.cjs.map