UNPKG

prex-es5

Version:

Async coordination primitives and extensions on top of ES6 Promises

10 lines (9 loc) 180 B
export {}; declare global { interface AsyncIterable<T> { } interface AsyncIterableIterator<T> extends AsyncIterable<T> { } interface AsyncIterator<T> { } }