UNPKG

iter-tools-es

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