@pleisto/active-support
Preparing search index...
debounce
Function debounce
debounce
<
T
extends
any
[]
>
(
fn
:
(
this
:
DebouncedFunction
<
T
>
,
...
args
:
T
)
=>
void
,
wait
:
number
,
)
:
DebouncedFunction
<
T
>
Type Parameters
T
extends
any
[]
Parameters
fn
:
(
this
:
DebouncedFunction
<
T
>
,
...
args
:
T
)
=>
void
wait
:
number
Returns
DebouncedFunction
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...