Files
Webklar.com/node_modules/lodash/_nativeKeys.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

7 lines
204 B
JavaScript

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;