kongdeqiang
2025-12-01 967c5f088f3394c0ca094b049cae80916c4a3f53
1
2
3
4
/**
 * Debounce of Underscore.js
 */
export declare const debounce: (func: Function, wait: number, immediate: boolean) => Function;