UNPKG

react-hooks-global-states

Version:

This is a package to easily handling global-state across your react-components using hooks.

6 lines (5 loc) 159 B
/** * Returns true if the two values are equal. */ export declare const shallowCompare: <T>(value1: T, value2: T) => boolean; export default shallowCompare;