FLUJOS/VISUALIZACION/node_modules/lodash-es/_nativeKeys.js
2025-11-07 00:06:12 +01:00

6 lines
202 B
JavaScript
Executable file

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