volleyball-dev-frontend/node_modules/@swc/helpers/cjs/_identity.cjs
2025-06-02 16:42:16 +00:00

8 lines
79 B
JavaScript

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