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

5 lines
68 B
JavaScript
Executable file

function _identity(x) {
return x;
}
export { _identity as _ };