doddle
    Preparing search index...

    Type Alias SomeAsync<T>

    SomeAsync:
        | PromiseLike<T>
        | DoddleAsync<T>
        | PromiseLike<Doddle<T>>
        | PromiseLike<DoddleAsync<T>>

    An async value or a Doddle that can be pulled to get an async value.

    Type Parameters

    • T