UNPKG
@jingoz/await-timer
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
@jingoz/await-timer 是一个 npm 包,提供了实现轮询功能的能力,用于替代 setInterval,并且可以确保传入的回调函数执行完毕后再开始下一次的循环。
@jingoz/await-timer
/
tsconfig.json
11 lines
(10 loc)
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
[
"../../tsconfig.json"
]
,
"compilerOptions"
:
{
"outDir"
:
"build"
,
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"noEmit"
:
false
}
,
"include"
:
[
"lib"
]
}