Files
tekelanew_acs/acs/nladmin-ui/node_modules/lodash-es/_nativeCreate.js

7 lines
185 B
JavaScript
Raw Normal View History

2024-12-03 17:40:13 +08:00
import getNative from './_getNative.js';
/* Built-in method references that are verified to be native. */
var nativeCreate = getNative(Object, 'create');
export default nativeCreate;