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