UNPKG

iter-tools-es

Version:
5 lines 172 B
import { Wrappable } from '../../types/iterable'; declare function toObject<V>(iterable: Wrappable<[string, V]>, proto?: any): { [key: string]: V; }; export { toObject };