KC's Workspace
    Preparing search index...
    interface ExportAllDeclaration {
        attributes: ImportAttribute[];
        exported: Identifier | Literal | null;
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        range?: [number, number];
        source: Literal;
        trailingComments?: Comment[];
        type: "ExportAllDeclaration";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: ImportAttribute[]
    exported: Identifier | Literal | null
    leadingComments?: Comment[]
    loc?: SourceLocation | null
    range?: [number, number]
    source: Literal
    trailingComments?: Comment[]
    type: "ExportAllDeclaration"