index.md - v1.2.0
    Preparing search index...

    Type Alias AsyncResult<T, E>

    AsyncResult: Promise<Result<T, E>>

    Async result type for async operations

    Type Parameters

    • T
    • E = Error