@firebase/database 0.14.4 → 1.0.0-20230706224113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12858,7 +12858,7 @@ var DataSnapshot = /** @class */ (function () {
12858
12858
  return this._node.val(true);
12859
12859
  };
12860
12860
  /**
12861
- * Enumerates the top-level children in the `DataSnapshot`.
12861
+ * Enumerates the top-level children in the `IteratedDataSnapshot`.
12862
12862
  *
12863
12863
  * Because of the way JavaScript objects work, the ordering of data in the
12864
12864
  * JavaScript object returned by `val()` is not guaranteed to match the