dCBOR Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Interface Span

    Represents a span in the input string, indicating position for error reporting.

    interface Span {
        start: number;
        end: number;
    }
    Index

    Properties

    Properties

    start: number
    end: number