Outlook_Addin_LLM/node_modules/@swc/helpers/esm/_identity.js

6 lines
68 B
JavaScript

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