UNPKG

249 BTypeScriptView Raw
1/**
2 * `deepmerge` concatenates arrays by default instead of overwriting them.
3 * We define custom merging function for arrays to change that behaviour
4 */
5export default function merge<X, Y>(x: X, y: Y): unknown;
6//# sourceMappingURL=merge.d.ts.map
\No newline at end of file