%PDF- %PDF-
Direktori : /var/www/html/node_modules/lodash-es/ |
Current File : //var/www/html/node_modules/lodash-es/_getAllKeysIn.js |
import baseGetAllKeys from './_baseGetAllKeys.js'; import getSymbolsIn from './_getSymbolsIn.js'; import keysIn from './keysIn.js'; /** * 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. */ function getAllKeysIn(object) { return baseGetAllKeys(object, keysIn, getSymbolsIn); } export default getAllKeysIn;