Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debounce ¶
Debounce takes a duration `d` and a function `fn` and returns a new function. When the returned function is repeatedly called, `fn` will only be executed after there have been no calls for at least `d` duration.
func DebounceWithParam ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.