mol_plot_all 1.2.170 → 1.2.171
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.d.ts +0 -1
- package/node.esm.js +0 -3
- package/node.esm.js.map +1 -1
- package/node.js +0 -3
- package/node.js.map +1 -1
- package/node.test.js +0 -3
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +0 -1
- package/web.esm.js +0 -3
- package/web.esm.js.map +1 -1
- package/web.js +0 -3
- package/web.js.map +1 -1
package/node.d.ts
CHANGED
package/node.esm.js
CHANGED
|
@@ -188,9 +188,6 @@ var $;
|
|
|
188
188
|
return this.name;
|
|
189
189
|
}
|
|
190
190
|
destructor() { }
|
|
191
|
-
[Symbol.toPrimitive](hint) {
|
|
192
|
-
return hint === 'number' ? this.valueOf() : this.toString();
|
|
193
|
-
}
|
|
194
191
|
toString() {
|
|
195
192
|
return this[Symbol.toStringTag] || this.constructor.name + '()';
|
|
196
193
|
}
|