Current Path : /home/lentoinv/covisclubinternational.com/plugins/filterizr/utils/ |
Current File : /home/lentoinv/covisclubinternational.com/plugins/filterizr/utils/debounce.d.ts |
/** * Debounce of Underscore.js */ export declare const debounce: (func: Function, wait: number, immediate: boolean) => Function;