UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 186 B
/** * 防止连续点击 */ declare function withPreventConsecutiveClicks<T extends (...args: any[]) => Promise<any>>(fn: T, ms?: number): T; export { withPreventConsecutiveClicks };