var baseRepeat = ,
baseToString = ,
castSlice = ,
hasUnicode = ,
stringSize = ,
stringToArray = ;
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeCeil = Math.;
/**
* Creates the padding for `string` based on `length`. The `chars` string
* is truncated if the number of characters exceeds `length`.
*
* @private
* @param {number} length The padding length.
* @param {string} [chars=' '] The string used as padding.
* @returns {string} Returns the padding for `string`.
*/
module.exports = createPadding;