UNPKG

context-state

Version:
7 lines (5 loc) 131 B
/** * compare two objects shallowly */ declare function shallowEqual(origin: any, next: any): boolean; export { shallowEqual };