UNPKG
promises-utils
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.1
All of the promises-utils, in one place
promises-utils
/
index.d.ts
5 lines
(4 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
export
*
as
promiseAuto
from
'promises-utils.auto'
;
export
*
as
promiseThrottle
from
'promises-utils.throttle'
;
export
*
as
promiseWait
from
'promises-utils.wait'
;
export
*
as
promiseWaterfall
from
'promises-utils.waterfall'
;