var baseIteratee = ,
isArrayLike = ,
keys = ;
/**
* Creates a `_.find` or `_.findLast` function.
*
* @private
* @param {Function} findIndexFunc The function to find the collection index.
* @returns {Function} Returns the new find function.
*/
module.exports = createFind;