Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

7 строки
202 B

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