@whitesev/utils 2.2.3 → 2.2.4

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.
package/dist/index.esm.js CHANGED
@@ -5292,7 +5292,7 @@ class Utils {
5292
5292
  * @param callback 触发的回调
5293
5293
  * @param options 观察器配置
5294
5294
  */
5295
- mutatuinVisible(target, callback, options) {
5295
+ mutationVisible(target, callback, options) {
5296
5296
  if (typeof IntersectionObserver === "undefined") {
5297
5297
  throw new TypeError("IntersectionObserver is not defined");
5298
5298
  }