UNPKG

iter-tools-es

Version:
5 lines 207 B
import { AsyncWrappable } from '../../types/async-iterable'; declare function asyncToObject<V>(iterable: AsyncWrappable<[string, V]>, proto?: any): Promise<{ [key: string]: V; }>; export { asyncToObject };