Open ralyodio opened 10 years ago
I don't know what you mean, can you explain what you mean with more detail?
I guess maybe I'm unclear. I'm looking for a way to tell if two objects are different. I would expect to get a true or false value.
just use strict equality operator instead of a module if that's all u want... I'd prob go like:
console.log(JSON.stringify(a) === JSON.stringify(b))
I always get a diff back. Is it possible to get true/false?