astro-ghostcms/.pnpm-store/v3/files/81/b22ec968bd06b72cebd423ffa78...

14 lines
416 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
export default function _extends() {
_extends = Object.assign ? Object.assign.bind() : function (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);
}