svelte-ast-print - v0.6.0
    Preparing search index...
    interface ExportNamedDeclaration {
        attributes: ImportAttribute[];
        declaration?: null | Declaration;
        leadingComments?: Comment[];
        loc?: null | SourceLocation;
        range?: [number, number];
        source?: null | Literal;
        specifiers: ExportSpecifier[];
        trailingComments?: Comment[];
        type: "ExportNamedDeclaration";
    }

    Hierarchy (View Summary)

    Index

    Properties

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