This module exports the equals function.
Checks if two provided values are equal to each other. This is differentfrom '===' in that it checks objects for equal own properties. This allowsfor checking objects against their clones created with default.
This module exports the equals function.