AppleSauce
    Preparing search index...
    interface CashuToken {
        data?: CommonData;
        position?: Position;
        raw: string;
        token: Token;
        type: "cashu";
    }

    Hierarchy (View Summary)

    Index

    Properties

    data?: CommonData
    position?: Position

    Position of a node in a source document.

    Nodes that are generated (not in the original source document) must not have a position.

    raw: string
    token: Token
    type: "cashu"

    Node type.