We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c6c6f commit 0e0dcaeCopy full SHA for 0e0dcae
decimal.js
@@ -4858,7 +4858,7 @@
4858
// Node and other environments that support module.exports.
4859
} else if (typeof module != 'undefined' && module.exports) {
4860
if (typeof Symbol == 'function' && typeof Symbol.iterator == 'symbol') {
4861
- P[Symbol.for('nodejs.util.inspect.custom')] = P.toString;
+ P[Symbol['for']('nodejs.util.inspect.custom')] = P.toString;
4862
P[Symbol.toStringTag] = 'Decimal';
4863
}
4864
0 commit comments