@pengzhanbo/utils - v3.7.3
    Preparing search index...

    Type Alias AsyncReturnType<T>

    AsyncReturnType: Awaited<ReturnType<T>>

    The return type of an async function

    异步函数的返回类型

    Type Parameters