メインコンテンツへスキップ
バージョン: 22.5.0

AwaitableIterable 型

シグネチャ:

export type AwaitableIterable<T> = Iterable<T> | AsyncIterable<T>;