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

    Type Alias SummarizerResult

    SummarizerResult: { ok: true; value: string } | { ok: false; error: Error }

    Result type for summarizer functions, matching Rust's Result<String, Error>.