Newer
Older
ez-indexation / app / node_modules / lodash / _nativeKeys.js
@kieffer kieffer on 7 Mar 2017 204 bytes v0.0.0
var overArg = require('./_overArg');

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

module.exports = nativeKeys;