Files
lodash/_nativeKeys.js
John-David Dalton cbf5cb1162 Bump to v4.14.2.
2016-08-07 21:23:34 -07:00

7 lines
202 B
JavaScript

import overArg from './_overArg.js';
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeKeys = overArg(Object.keys, Object);
export default nativeKeys;