BC-DCBOR-Parse TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Type Alias ParseResult<T>

    ParseResult: { ok: true; value: T } | { ok: false; error: ParseError }

    Result type for parse operations.

    Corresponds to Rust Result<T, Error>

    Type Parameters

    • T