astra / web /node_modules /lodash /_nativeKeys.js
Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
204 Bytes
var overArg = require('./_overArg');
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeKeys = overArg(Object.keys, Object);
module.exports = nativeKeys;