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