mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-03-17 15:54:07 +01:00
7 lines
204 B
JavaScript
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;
|