export {
  castArray,
  difference,
  groupBy,
  max,
  sortBy,
  sortedIndex,
  sortedIndexBy,
  union,
  uniq,
} from 'lodash-es'
