跳到主要内容
版本:23.11.1

AwaitableIterable 类型

签名

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