Last updated
Was this helpful?
Last updated
Was this helpful?
determines if two JavaScript values are equal using .
In many instances when I'm checking for object equality, what I really want to know is if their values are equal. This is good for:
Stuff you keep in localStorage
window.history.state
values
Query strings
Using :
Then with a module bundler like , use as you would anything else:
The UMD build is also available on :
You can find the library on window.valueEqual
.
That's it. Enjoy!