UNPKG
@shanyue/promise-utils
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
Userful promise utils, include map, filter, retry and sleep
@shanyue/promise-utils
/
index.ts
5 lines
•
138 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./lib/filter'
export
*
from
'./lib/limit'
export
*
from
'./lib/map'
export
*
from
'./lib/retry'
export
*
from
'./lib/sleep'