UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 131 B
export declare const toObject: <K extends string | number | symbol, V>(iterable: Iterable<readonly [K, V]>) => { [key in K]: V; };