Files
lodash/.internal/nativeKeys.js
2017-01-10 00:45:05 -08:00

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;