Type Alias AggregateExportNamedDeclaration<X>

AggregateExportNamedDeclaration<X>: X & {
    declaration: null;
    source: SourceLiteral<X>;
    specifiers: AggregateExportSpecifier<X>[];
    type: "ExportNamedDeclaration";
}

Type Parameters

  • X