(value, context)
| 775 | // `_.iteratee` if they want additional predicate/iteratee shorthand styles. |
| 776 | // This abstraction hides the internal-only `argCount` argument. |
| 777 | function iteratee(value, context) { |
| 778 | return baseIteratee(value, context, Infinity); |
| 779 | } |
| 780 | _$1.iteratee = iteratee; |
| 781 | |
| 782 | // The function we call internally to generate a callback. It invokes |
no test coverage detected
searching dependent graphs…