var baseCreate = ,
getPrototype = ,
isPrototype = ;
/**
* Initializes an object clone.
*
* @private
* @param {Object} object The object to clone.
* @returns {Object} Returns the initialized clone.
*/
module.exports = initCloneObject;