makearmy-app/node_modules/@swc/helpers/cjs/_identity.cjs
2025-09-22 10:37:53 -04:00

7 lines
79 B
JavaScript

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