2 lines
98 B
TypeScript
Executable file
2 lines
98 B
TypeScript
Executable file
declare function mergeWith(objects: object[], customizer: any): object;
|
|
export default mergeWith;
|