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

16 lines
427 B
JavaScript
Raw Permalink Normal View History

"use strict";
function _extends() {
exports._ = _extends = Object.assign || function assign(target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) if (Object.prototype.hasOwnProperty.call(source, key)) target[key] = source[key];
}
return target;
};
return _extends.apply(this, arguments);
}
exports._ = _extends;