source: imaps-frontend/node_modules/lodash-es/_nativeKeys.js@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 202 bytes
Line 
1import overArg from './_overArg.js';
2
3/* Built-in method references for those with the same name as other `lodash` methods. */
4var nativeKeys = overArg(Object.keys, Object);
5
6export default nativeKeys;
Note: See TracBrowser for help on using the repository browser.