UNPKG
luxi-record-utils
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
一些工具函数
github.com/luxi-record/utils
luxi-record/utils
luxi-record-utils
/
lib
/
throttle
/
index.d.ts
2 lines
(1 loc)
•
96 B
TypeScript
View Raw
1
2
export
default
function
throttle
(
fn
: (arg?:
any
) =>
any
,
delay
?:
number
):
(
...
arg
:
any
) =>
any
;