Files
lodash/_nativeKeys.js
2017-01-09 13:00:52 -08:00

7 lines
204 B
JavaScript

import overArg from './_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;