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

7 lines
98 B
JavaScript

"use strict";
exports._ = exports._identity = _identity;
function _identity(x) {
return x;
}