/** * 判断两个对象是否相等 */ declare const isObjEqual: (obj1: any, obj2: any) => boolean; export default isObjEqual;