Files
bzzz/install/config-ui/node_modules/@swc/helpers/cjs/_extends.cjs
anthonyrawlins c177363a19 Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 00:19:00 +10:00

16 lines
465 B
JavaScript

"use strict";
exports._ = exports._extends = _extends;
function _extends() {
exports._ = exports._extends = _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);
}