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 c1de9d1 commit 7ff314fCopy full SHA for 7ff314f
index.js
@@ -39,7 +39,7 @@ module.exports = function (obj, opts) {
39
throw new TypeError('Converting circular structure to JSON');
40
}
41
else seen.push(node);
42
-
+
43
if (node.toJSON && typeof node.toJSON === 'function') {
44
node = node.toJSON();
45
0 commit comments