Logos DX
    Preparing search index...
    • Returns facts about the the internal state of the observable instance.

      Returns {
          hasSpy: boolean;
          listenerCounts: Record<string, number>;
          listeners: (keyof Shape)[];
          rgxListeners: string[];
      }