UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 89 B
export declare const startWith: <T>(value: T) => (iterable: Iterable<T>) => Iterable<T>;