接口 PromiseLike<t> {
    then<TResult 1, TResult 2>(onfulfilled? , onrejected ? ) : PromiseLike < TResult 1 | TResult 2 > ;
}

类型参数

  • t

方法

方法

使用TypeDoc生成