Files
starface-outlook-sync-addin/node_modules/@swc/helpers/esm/_identity.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

6 lines
68 B
JavaScript

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