You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{ DeepDiff }=require("deep-diff")constfoo={[Symbol.iterator]: "Let's pretend this is an iterator"}constbar={bar: "Random prop"}console.log(DeepDiff(foo,bar))
Running the code:
Results in:
Instead of:
That would be preferable. There is any reason it happens this way?
The text was updated successfully, but these errors were encountered: