跳至主要內容
版本:23.11.1

AwaitableIterable 類型

簽名

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