UNPKG
pause-poll-test
Version:
latest (0.0.2)
0.0.2
0.0.1
Promisify setTimeout & setInterval
github.com/wenfangdu/pause-poll
wenfangdu/pause-poll
pause-poll-test
/
main.d.ts
3 lines
(2 loc)
•
185 B
TypeScript
View Raw
1
2
3
export
function
pause
(
ms
?:
number
,
cb
?:
Function
, ...
args
:
any
[]
):
Promise
<
any
>;
export
function
poll
(
interval
?:
number
,
times
?:
number
,
cb
?:
Function
, ...
args
:
any
[]
):
Promise
<
any
>;