animate/webGl/my-threejs-test/node_modules/@swc/helpers/cjs/_identity.cjs

7 lines
98 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
"use strict";
exports._ = exports._identity = _identity;
function _identity(x) {
return x;
}