Files
cht-lawfirm/front/app/node_modules/webpack-merge/dist/merge-with.d.ts
2023-01-16 17:49:38 +01:00

3 lines
98 B
TypeScript

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