Preparing search index...
The search index is not available
Vlodia ORM - v0.1.0
Vlodia ORM
debounce
Function debounce
debounce
<
T
>
(
func
,
wait
)
:
(
(
...
args
)
=>
void
)
Debounce function
Type Parameters
T
extends
(
(
...
args
)
=>
any
)
Parameters
func
:
T
wait
:
number
Returns
(
(
...
args
)
=>
void
)
(
...
args
)
:
void
Parameters
Rest
...
args
:
Parameters
<
T
>
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Vlodia ORM - v0.1.0
Loading...
Debounce function