var root = ,
toInteger = ,
toNumber = ,
toString = ;
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeIsFinite = root.,
nativeMin = Math.;
/**
* Creates a function like `_.round`.
*
* @private
* @param {string} methodName The name of the `Math` method to use when rounding.
* @returns {Function} Returns the new round function.
*/
module.exports = createRound;