Outlook_Addin_LLM/node_modules/@swc/helpers/cjs/_identity.cjs

8 lines
79 B
JavaScript
Raw Normal View History

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