UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 104 B
export declare const startWithAsync: <T>(value: T) => (iterable: AsyncIterable<T>) => AsyncIterable<T>;