type-any-iterable
v1.0.5
Published
type AnyIterable<T>
Downloads
4,238
Maintainers
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.