Simple deep equal is a very simple deep equal implementation for nodejs and browser environment written in javascript. It uses recursive functions for nested arrays and objects to test equality. I want to keep this super simple with ok performance.
- Primitive types
- NaN
- Array
- Object
- Circular references
- Function
- Class inheritance (prototype chain)