mol_plot_all 1.2.1531 → 1.2.1533
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/node.test.js +3 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +3 -0
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -8962,6 +8962,9 @@ var $;
|
|
|
8962
8962
|
sort() {
|
|
8963
8963
|
return $mol_fail(new TypeError(`Mutable sort is forbidden. Use toSorted instead.`));
|
|
8964
8964
|
}
|
|
8965
|
+
indexOf(needle) {
|
|
8966
|
+
return this.findIndex(item => item === needle);
|
|
8967
|
+
}
|
|
8965
8968
|
[Symbol.toPrimitive]() {
|
|
8966
8969
|
return $mol_guid();
|
|
8967
8970
|
}
|