Files
scrap/node_modules/next/dist/build/polyfills/object.assign/index.js
2024-09-24 03:52:46 +00: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