summit/frontend/node_modules/maath/random/dist/maath-random.cjs.js

8 lines
186 B
JavaScript

'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./maath-random.cjs.prod.js");
} else {
module.exports = require("./maath-random.cjs.dev.js");
}