Files
2022-04-07 18:09:31 +05:30

3 lines
98 B
TypeScript

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