UNPKG

@turbox3d/shared

Version:

turbox shared internal utility

6 lines (5 loc) 129 B
export declare function debounce(func: Function, wait?: number): { (): any; cancel: () => void; flush: () => any; };