prorm API Reference
    Preparing search index...

    Function retry

    • Retry a function with configurable options

      Type Parameters

      • T

      Parameters

      • fn: () => Promise<T>

        The async function to retry

      • options: RetryConfig = {}

        Retry options

      Returns Promise<T>

      The result of the function