Files
2024-12-17 14:36:15 -08:00

3 lines
98 B
TypeScript

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