bitsnap/babel-plugin-lodash-magic-import

View on GitHub
src/functions/fp.js

Summary

Maintainability
A
0 mins
Test Coverage
export default [
  'after',
  'ary',
  'before',
  'bind',
  'bindKey',
  'curry',
  'curryRight',
  'debounce',
  'defer',
  'delay',
  'flip',
  'memoize',
  'negate',
  'once',
  'overArgs',
  'partial',
  'partialRight',
  'rearg',
  'rest',
  'spread',
  'throttle',
  'unary',
  'wrap',
];