⚠️ Internal: This API is not publically exported by the package.

      Interface Inspectable

      Since

      2.0.0

      interface Inspectable {
          [NodeInspectSymbol](): unknown;
          toJSON(): unknown;
          toString(): string;
      }

      Hierarchy

      Methods

      • Returns unknown

      • Returns unknown

      • Returns string