UNPKG

@safe-global/safe-react-hooks

Version:

A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts

7 lines (6 loc) 188 B
/** * Hook to compare two objects. * @param object Object to compare. * @returns Whether the object has changed. */ export declare function useCompareObject(object?: object): boolean;