/type-any-iterable

AnyIterable type

Primary LanguageJavaScriptMIT LicenseMIT

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.