Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
common
fp
make_debouncer
Function make_debouncer
make_
debouncer
(
d
,
cb
)
:
(
(
args
:
any
[]
)
=>
void
)
Creates a debouncer function
Parameters
d
:
number
cb
:
any
Returns
(
(
args
:
any
[]
)
=>
void
)
(
args
)
:
void
Parameters
args
:
any
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Tidyscripts Docs
Loading...
Creates a debouncer function