UNPKG

@tarojs/taro-h5

Version:
4 lines (3 loc) 214 B
declare function throttle(fn: any, threshold?: number, scope?: any): (...args: any[]) => void; declare function debounce(fn: any, ms?: number, scope?: any): (...args: any[]) => void; export { throttle, debounce };