Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

_nativeKeys.js 204B

123456
  1. var overArg = require('./_overArg');
  2. /* Built-in method references for those with the same name as other `lodash` methods. */
  3. var nativeKeys = overArg(Object.keys, Object);
  4. module.exports = nativeKeys;