@mescius/wijmo 5.20251.37-nightly.d20250622.t173653 → 5.20251.39-nightly.d20250623.t174338

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.37-nightly.d20250622.t173653
3
+ * Wijmo Library 5.20251.39-nightly.d20250623.t174338
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -1271,7 +1271,6 @@ export declare function clamp(value: number, min: number, max: number): number;
1271
1271
  */
1272
1272
  export declare function copy(dst: any, src: any, copySubObjects?: boolean, copyNativeSubObjects?: boolean): any;
1273
1273
  export declare function _isPlainObject(value: any): boolean;
1274
- export declare function _isPrototypeMismatch(srcVal: any, dstVal: any): boolean;
1275
1274
  /**
1276
1275
  * Checks if given property of an object is writable
1277
1276
  * @param obj Object whose property needs to check