var baseGetAllKeys = ,
getSymbolsIn = ,
keysIn = ;
/**
* Creates an array of own and inherited enumerable property names and
* symbols of `object`.
*
* @private
* @param {Object} object The object to query.
* @returns {Array} Returns the array of property names and symbols.
*/
module.exports = getAllKeysIn;