Tcsm
2023-08-31 d7822563b65873c59ad2363db9852782b8d5e609
1
2
3
4
5
6
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;