KC's Workspace
    Preparing search index...

    Interface TSNamespaceExportDeclaration

    interface TSNamespaceExportDeclaration {
        end: number;
        id: IdentifierName;
        parent?: Node;
        range?: [number, number];
        start: number;
        type: "TSNamespaceExportDeclaration";
    }

    Hierarchy (View Summary)

    • Span
      • TSNamespaceExportDeclaration
    Index

    Properties

    end: number
    parent?: Node
    range?: [number, number]
    start: number
    type: "TSNamespaceExportDeclaration"