mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
7 lines
213 B
JavaScript
7 lines
213 B
JavaScript
import overArg from './.internal/overArg.js';
|
|
|
|
/* Built-in method references for those with the same name as other `lodash` methods. */
|
|
const nativeKeys = overArg(Object.keys, Object);
|
|
|
|
export default nativeKeys;
|