@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
17 lines • 399 B
TypeScript
/**
* ```js
* import { isEqual } from '~/utils/isEqual'
* const isEqual = isEqual(post1, post2)
* ```
*
* Compares two Amity.Model
*
* @param x the Amity.Model to compare
* @param y the Amity.Model to compare wit x
* @returns a boolean based on equality
*
* @category utility
* @private
*/
export declare function isEqual(x: any, y: any): boolean;
//# sourceMappingURL=isEqual.d.ts.map