kongdeqiang
2025-12-01 967c5f088f3394c0ca094b049cae80916c4a3f53
1
2
3
4
5
import { Dictionary } from '../types/interfaces/Dictionary';
/**
 * Deep merge two objects.
 */
export declare function merge(target: Dictionary, ...sources: Dictionary[]): Dictionary;