接口 AsyncIterable<t> {
    [asyncIterator](): AsyncIterator<t, any, 未定义>
}

类型参数

  • t

方法

  • 返回AsyncIterator < T , any , undefined >

使用TypeDoc生成