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