var isObject = ;
/** Built-in value references. */
var objectCreate = Object.;
/**
* The base implementation of `_.create` without support for assigning
* properties to the created object.
*
* @private
* @param {Object} proto The object to inherit from.
* @returns {Object} Returns the new object.
*/
var baseCreate = ;
module.exports = baseCreate;