var castSlice = ,
hasUnicode = ,
stringToArray = ,
toString = ;
/**
* Creates a function like `_.lowerFirst`.
*
* @private
* @param {string} methodName The name of the `String` case method to use.
* @returns {Function} Returns the new case function.
*/
module.exports = createCaseFirst;