dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/lodash/_nativeKeys.js
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06: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;