import { uniq } from 'remeda' export const allUnique = (array: T[]) => uniq(array).length === array.length