Type Alias ExportAllDeclaration<X>

ExportAllDeclaration<X>: X & {
    exported: Specifier<X> | null;
    source: SourceLiteral<X>;
    type: "ExportAllDeclaration";
}

Type Parameters

  • X