Files
avz-site/node_modules/three-stdlib/_polyfill/constants.cjs
T
2026-05-30 19:59:39 -03:00

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