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

    Interface SpannedToken

    A token with its position in the source.

    interface SpannedToken {
        token: Token;
        span: Span;
    }
    Index

    Properties

    Properties

    token: Token
    span: Span