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

      Since

      2.0.0

      interface Runtime {
          [FiberIdTypeId]: typeof FiberIdTypeId;
          _tag: "Runtime";
          id: number;
          startTimeMillis: number;
          [NodeInspectSymbol](): unknown;
          [symbol](that): boolean;
          [symbol](): number;
          toJSON(): unknown;
          toString(): string;
      }

      Hierarchy

      Methods

      • Returns number

      Properties

      [FiberIdTypeId]: typeof FiberIdTypeId
      _tag: "Runtime"
      id: number
      startTimeMillis: number