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

6 lines (4 loc) 201 B
// @flow // Returns a list of unique elements, compared by identity (===) // This is a replacement for rambdax uniq() which is based on slow equals() export default function unique<T>(list: T[]): T[]