UNPKG

prex

Version:

Async coordination primitives and extensions on top of ES6 Promises

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