UNPKG

iter-tools-es

Version:
3 lines 204 B
import { AsyncWrappable, AsyncIterableIterator } from '../../types/async-iterable'; declare function asyncConcat<T>(...sources: Array<AsyncWrappable<T>>): AsyncIterableIterator<T>; export { asyncConcat };