UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 94 B
export declare const toValueAsync: <T>(iterable: AsyncIterable<T>) => Promise<T | undefined>;