var baseMatches = ,
baseMatchesProperty = ,
identity = ,
isArray = ,
property = ;
/**
* The base implementation of `_.iteratee`.
*
* @private
* @param {*} [value=_.identity] The value to convert to an iteratee.
* @returns {Function} Returns the iteratee.
*/
module.exports = baseIteratee;