Function asyncResultOrNull

  • Internal

    Type Parameters

    • R

    Parameters

    • throwable: ((...args) => Promise<R>)
        • (...args): Promise<R>
        • Parameters

          • Rest ...args: any[]

          Returns Promise<R>

    Returns Promise<null | R>

Generated using TypeDoc