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

    Type Alias Result<T, E>

    Result: [E, undefined] | [null, T]

    Result type for async operations

    Type Parameters

    • T
    • E = Error