/** * `deepmerge` concatenates arrays by default instead of overwriting them. * We define custom merging function for arrays to change that behaviour */ export default function merge(x: Partial, y: Partial): X & Y; //# sourceMappingURL=merge.d.ts.map