UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

9 lines (7 loc) 225 B
// `_isEqual` : an object's function // ---------------------------------- import {eq} from './_internal'; // Perform a deep comparison to check if two objects are equal. export default function (a, b) { return eq(a, b); }