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