UNPKG

promises-utils

Version:

All of the promises-utils, in one place

5 lines (4 loc) 226 B
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';