rubico
rubico copied to clipboard
eq.deep
right now eq is a strict equality check. eq.deep would be a deep strict equality check
eq.deep(identity, { a: 1, b: 2, c: 3 })({ a: 1, b: 2, c: 3 }) // true
Is using an npm module a respected solution?
I'd like to stick to being dependency free.. for now. I would prefer having an own implementation to iterate on.
duplicate of https://github.com/a-synchronous/rubico/issues/207