mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 11:16:09 +09:00
2537c2e6e2
This reverts commit 2fb5731f23.
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;
|