KC's Workspace
    Preparing search index...
    interface ChainExpression {
        expression: ChainElement;
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        range?: [number, number];
        trailingComments?: Comment[];
        type: "ChainExpression";
    }

    Hierarchy (View Summary)

    Index

    Properties

    expression: ChainElement
    leadingComments?: Comment[]
    loc?: SourceLocation | null
    range?: [number, number]
    trailingComments?: Comment[]
    type: "ChainExpression"