wilddragon-site/node_modules/@swc/helpers/cjs/_identity.cjs
2026-04-17 15:51:01 -04:00

7 lines
79 B
JavaScript
Executable file

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