@mescius/wijmo 5.20251.35-nightly.d20250610.t173843 → 5.20251.35-nightly.d20250611.t173008

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.35-nightly.d20250610.t173843
3
+ * Wijmo Library 5.20251.35-nightly.d20250611.t173008
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -1265,6 +1265,7 @@ export declare function clamp(value: number, min: number, max: number): number;
1265
1265
  */
1266
1266
  export declare function copy(dst: any, src: any, copySubObjects?: boolean, copyNativeSubObjects?: boolean): any;
1267
1267
  export declare function _isPlainObject(value: any): boolean;
1268
+ export declare function _isPrototypeMismatch(srcVal: any, dstVal: any): boolean;
1268
1269
  /**
1269
1270
  * Checks if given property of an object is writable
1270
1271
  * @param obj Object whose property needs to check