bitsnap/babel-plugin-lodash-magic-import

View on GitHub
src/functions/collection.js

Summary

Maintainability
A
0 mins
Test Coverage
export default [
  'countBy',
  'each',
  'eachRight',
  'every',
  'filter',
  'find',
  'findLast',
  'flatMap',
  'flatMapDeep',
  'flatMapDepth',
  'forEach',
  'forEachRight',
  'groupBy',
  'includes',
  'invokeMap',
  'keyBy',
  'map',
  'orderBy',
  'partition',
  'reduce',
  'reduceRight',
  'reject',
  'sample',
  'sampleSize',
  'shuffle',
  'size',
  'some',
  'sortBy',
];