Files
lodash/_nativeKeys.js
John-David Dalton 3d3ce0979f Bump to v4.14.2.
2016-08-07 21:21:03 -07:00

8 lines
210 B
JavaScript

define(['./_overArg'], function(overArg) {
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeKeys = overArg(Object.keys, Object);
return nativeKeys;
});