UNPKG
@dartbot/dartboard
Version:
latest (0.4.0)
0.4.0
0.1.4
0.1.3
0.1.1
0.1.0
Dartboard implemented as a vanilla web component
docs.dartbot.com/dartboard
dartbotapp/dartboard
@dartbot/dartboard
/
dist
/
lib
/
utils
/
throttle.d.ts
3 lines
(2 loc)
•
178 B
TypeScript
View Raw
1
2
3
export
declare
const
throttle
:
(
func
:
Function
,
delay
:
number
) =>
(
...
args
:
any
[]
) =>
void
;
export
declare
const
throttleAnimation
:
(
func
:
Function
) =>
(
...
args
:
any
[]
) =>
void
;