UNPKG

iter-tools-es

Version:
3 lines 169 B
import { AsyncWrappable } from '../../types/async-iterable'; declare function arrayFromAsync<T>(source: AsyncWrappable<T>): Promise<Array<T>>; export { arrayFromAsync };