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

6 lines
185 B
JavaScript
Executable file

import getNative from './_getNative.js';
/* Built-in method references that are verified to be native. */
var nativeCreate = getNative(Object, 'create');
export default nativeCreate;