var apply = ;
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeMax = Math.;
/**
* A specialized version of `baseRest` which transforms the rest array.
*
* @private
* @param {Function} func The function to apply a rest parameter to.
* @param {number} [start=func.length-1] The start position of the rest parameter.
* @param {Function} transform The rest array transform.
* @returns {Function} Returns the new function.
*/
module.exports = overRest;