/opt/canhelp/node_modules/next/dist/build/polyfills/object.assign
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;
};