Files
Lab4/6/node_modules/lodash/_nativeKeys.js
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03: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;