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

    Hierarchy (View Summary)

    Index

    Properties

    attributes: ImportAttribute[]
    declaration?: Declaration | null
    leadingComments?: Comment[]
    loc?: SourceLocation | null
    range?: [number, number]
    source?: Literal | null
    specifiers: ExportSpecifier[]
    trailingComments?: Comment[]
    type: "ExportNamedDeclaration"