🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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;
|