amis-rpc-design/node_modules/@react-native-community/cli-config/build/merge.d.ts
2023-10-07 19:42:30 +08:00

6 lines
265 B
TypeScript

/**
* `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, Y>(x: Partial<X>, y: Partial<Y>): X & Y;
//# sourceMappingURL=merge.d.ts.map