• File: _nativeKeys.js
  • Full Path: /var/www/nodejs/callDir/node_modules/lodash/_nativeKeys.js
  • Date Modified: 06/03/2024 5:11 PM
  • File size: 204 bytes
  • MIME-type: text/plain
  • Charset: utf-8
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;