/** * Should ensure a and b is none-null before call this * @returns true when a and b has EXACTLY same keys and values */ export declare function isObjectSame(a: any, b: any): boolean; /** * Should ensure a and b is none-null before call this * @returns true when a and b has EXACTLY same keys and values, recursive compare all object values */ export declare function isObjectSameRecursive(a: any, b: any): boolean; //# sourceMappingURL=objectSame.d.ts.map