_nativeKeys.js 204 B

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