_nativeKeys.js 202 B

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