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.
Version: 3.0.6
Currently, RegExp type properties (in the example as r) are not serialized in the way that can show the difference.
RegExp
r
Example:
console.diff({a: 1, r: /test/}, {a: 2, r: /test/i});
{ "a": [ 1, 2 ] }