UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 75 B
export declare const toValue: <T>(iterable: Iterable<T>) => T | undefined;