NeahNew/node_modules/@swc/helpers/esm/_identity.js
2025-05-03 14:17:46 +02:00

6 lines
68 B
JavaScript

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