UNPKG

@gpa-gemstone/helper-functions

Version:
8 lines (7 loc) 274 B
/** * * @param object A complex JSON object. * @returns The object as a React State that is memonized and only changes if the stringified version of object changes. */ declare function useStringMemonization<T>(object: T): T | null; export default useStringMemonization;