1
0
mirror of https://github.com/actions/setup-node synced 2025-05-02 13:13:52 +00:00
setup-node/node_modules/lodash/_nativeKeys.js
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05: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;