@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Function wrapAsync

    • Wraps a value in an asynchronous function.

      Type Parameters

      • T

        The type of value being wrapped

      Parameters

      • value: T

        The value to be wrapped

      Returns () => Promise<T>

      A function that returns a promise resolving to the value