/opt/canhelp/node_modules/next/dist/build/polyfills/object.assign
NameSizeModeActions
auto.d.ts00644editdlrm
auto.js550644editdlrm
auto.js.map1630644editdlrm
implementation.d.ts00644editdlrm
implementation.js890644editdlrm
implementation.js.map2570644editdlrm
index.d.ts5740644editdlrm
index.js3040644editdlrm
index.js.map7040644editdlrm
polyfill.d.ts00644editdlrm
polyfill.js1100644editdlrm
polyfill.js.map2940644editdlrm
shim.d.ts00644editdlrm
shim.js1060644editdlrm
shim.js.map2900644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/build/polyfills/object.assign/index.d.ts (574B)
declare var assign: { (target: T, source: U): T & U; (target: T, source1: U, source2: V): T & U & V; (target: T, source1: U, source2: V, source3: W): T & U & V & W; (target: object, ...sources: any[]): any; }; declare function g(): { (target: T, source: U): T & U; (target: T, source1: U, source2: V): T & U & V; (target: T, source1: U, source2: V, source3: W): T & U & V & W; (target: object, ...sources: any[]): any; };