ohctechv3/.svn/pristine/33/33e0e985d0ecdb0ffd3da70f646eff2475934d12.svn-base
2024-10-28 15:03:36 +05:30

7 lines
202 B
Plaintext

import overArg from './_overArg.js';
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeKeys = overArg(Object.keys, Object);
export default nativeKeys;