forked from ard/ruoyi-api

aijinhui
2024-03-27 d937694a31415d25826d515cb4b6c77974c821fa
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;