UNPKG

mout

Version:

Modular Utilities

7 lines (6 loc) 194 B
import is from '../lang/is'; /** * Checks if two objects have the same keys and values. */ declare function equals(a: any, b: any, callback?: typeof is): boolean; export default equals;