merge-with.d.ts 98 B

12
  1. declare function mergeWith(objects: object[], customizer: any): object;
  2. export default mergeWith;