The options for deep equality comparison.
Optional
maxThe maximum depth to traverse nested objects. Default is -1 (unlimited depth).
Optional
optimizeWhether to optimize for React elements. Default is true.
Optional
strictWhether to strictly compare null values. Default is true.
A function that takes two values and returns true if they are deeply equal, false otherwise.
Creates a function that checks if two values are deeply equal.
See
https://jmlweb.github.io/mochila/functions/isDeepEqual.html
Example