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

    Type Alias AsyncReturnType<T>

    AsyncReturnType: Awaited<ReturnType<T>>

    The return type of an async function

    异步函数的返回类型

    Type Parameters

    • T extends AsyncFn

      异步函数类型