mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Remove baseIteratee and castFunction.
This commit is contained in:
@@ -10,8 +10,7 @@ const arrayProto = Array.prototype;
|
||||
const splice = arrayProto.splice;
|
||||
|
||||
/**
|
||||
* The base implementation of `_.pullAllBy` without support for iteratee
|
||||
* shorthands.
|
||||
* The base implementation of `_.pullAllBy`.
|
||||
*
|
||||
* @private
|
||||
* @param {Array} array The array to modify.
|
||||
|
||||
Reference in New Issue
Block a user