NeahFront5/node_modules/next/dist/build/polyfills/object.assign/index.js
2025-04-10 11:30:00 +02:00

19 lines
304 B
JavaScript

"use strict";
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