UNPKG

sussy-util

Version:
4 lines (3 loc) 159 B
import { AnyFunction } from '../Types'; declare const debounce: (fn: AnyFunction, wait?: number, immediate?: boolean) => AnyFunction; export default debounce;