KC's Workspace
    Preparing search index...
    interface ExportAllDeclaration {
        attributes: ImportAttribute[];
        end: number;
        exported: ModuleExportName | null;
        exportKind?: ImportOrExportKind;
        parent?: Node;
        range?: [number, number];
        source: StringLiteral;
        start: number;
        type: "ExportAllDeclaration";
    }

    Hierarchy (View Summary)

    • Span
      • ExportAllDeclaration
    Index

    Properties

    attributes: ImportAttribute[]
    end: number
    exported: ModuleExportName | null
    exportKind?: ImportOrExportKind
    parent?: Node
    range?: [number, number]
    start: number
    type: "ExportAllDeclaration"