UNPKG

@ohu-mobile/core

Version:
5 lines (4 loc) 128 B
export default function debounce(func: Function, wait?: number): { (this: any, ...args: any[]): void; clear(): void; };