KC's Workspace
    Preparing search index...
    interface ArrayExpression {
        elements: (Expression | SpreadElement | null)[];
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        range?: [number, number];
        trailingComments?: Comment[];
        type: "ArrayExpression";
    }

    Hierarchy (View Summary)

    Index

    Properties

    elements: (Expression | SpreadElement | null)[]
    leadingComments?: Comment[]
    loc?: SourceLocation | null
    range?: [number, number]
    trailingComments?: Comment[]
    type: "ArrayExpression"