makearmy-app/node_modules/@swc/helpers/cjs/_identity.cjs

8 lines
79 B
JavaScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
"use strict";
function _identity(x) {
return x;
}
exports._ = _identity;