/** * 比较值是否相等 */ export default function eq(value: any, target: any): boolean;