UNPKG

rhodash

Version:

A deadly simple alternative to lodash

22 lines (21 loc) 746 B
export { arrayDifference } from './arrayDifference' export { chunk } from './chunk' export { cloneDeep } from './cloneDeep' export { countBy } from './countBy' export { delay } from './delay' export { groupBy } from './groupBy' export { last } from './last' export { objectDifference } from './objectDifference' export { objectSet } from './objectSet' export { omit } from './omit' export { partition } from './partition' export { pick } from './pick' export { pickBy } from './pickBy' export { range } from './range' export { sum } from './sum' export { sumBy } from './sumBy' export { toRange } from './toRange' export { uniq } from './uniq' export { uniqBy } from './uniqBy' export { zip } from './zip' export { zipObject } from './zipObject'