UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

5 lines (3 loc) 185 B
// @flow // NOTE: Only use with records! Not guaranteed to work correctly if keys have undefineds as values export default function areRecordsEqual<T = {}>(left: T, right: T): boolean