var apply = ,
arrayMap = ,
baseIteratee = ,
baseRest = ,
baseUnary = ,
flatRest = ;
/**
* Creates a function like `_.over`.
*
* @private
* @param {Function} arrayFunc The function to iterate over iteratees.
* @returns {Function} Returns the new over function.
*/
module.exports = createOver;