Current Path : /proc/self/root/home/lentoinv/covisclubinternational.com/plugins/filterizr/utils/ |
Current File : //proc/self/root/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;