README
type-any-iterable
flow & typescript typings for the type
type AnyIterable<T>
which can be a sync or async iterable or a promise of such an iterable of type T or a promise of type T.
See test.ts for examples.
type AnyIterable<T>
<script type="module">
import typeAnyIterable from 'https://cdn.skypack.dev/type-any-iterable';
</script>
flow & typescript typings for the type
type AnyIterable<T>
which can be a sync or async iterable or a promise of such an iterable of type T or a promise of type T.
See test.ts for examples.