The options for deep equality comparison.
OptionalmaxThe maximum depth to traverse nested objects. Default is -1 (unlimited depth).
OptionaloptimizeWhether to optimize for React elements. Default is true.
OptionalstrictWhether 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