qauMaWeb/node_modules/webpack-merge/dist/merge-with.d.ts

3 lines
98 B
TypeScript
Raw Normal View History

2024-10-13 18:02:27 +08:00
declare function mergeWith(objects: object[], customizer: any): object;
export default mergeWith;