NeahOpti/node_modules/next/dist/esm/build/polyfills/object.assign/index.js
2025-04-22 12:49:37 +02:00

18 lines
290 B
JavaScript

var assign = Object.assign.bind(Object);
function g() {
return assign;
}
Object.defineProperties(g(), {
implementation: {
get: g
},
shim: {
value: g
},
getPolyfill: {
value: g
}
});
module.exports = g();
//# sourceMappingURL=index.js.map