跳至主要内容
版本: 22.5.0

AwaitableIterable 类型

签名:

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