export { isArray, isArrayLike, uniq, union, sortedIndex, sortedIndexBy, sortBy, groupBy, difference, max, } from 'lodash-es'; export * from './diff';