dotfiles/.vscode/extensions/vscodevim.vim-0.2.0/node_modules/lodash/_nativeKeys.js
Cyryl Płotnicki 280bcab25f VSCode update
2016-09-24 13:12:34 +02: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;