wilddragon-site/node_modules/next/dist/build/polyfills/object.assign/index.js
2026-04-17 15:51:01 -04:00

19 lines
No EOL
304 B
JavaScript
Executable file

"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