UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 83 B
export declare function iterate<T>(iterable: Iterable<T>): Generator<T, any, any>;