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

8 lines
186 B
JavaScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./maath-easing.cjs.prod.js");
} else {
module.exports = require("./maath-easing.cjs.dev.js");
}