var baseTimes = ,
isArguments = ,
isArray = ,
isBuffer = ,
isIndex = ,
isTypedArray = ;
/** Used for built-in method references. */
var objectProto = ;
/** Used to check objects for own properties. */
var hasOwnProperty = objectProto.;
/**
* Creates an array of the enumerable property names of the array-like `value`.
*
* @private
* @param {*} value The value to query.
* @param {boolean} inherited Specify returning inherited property names.
* @returns {Array} Returns the array of property names.
*/
module.exports = arrayLikeKeys;