mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
8 lines
193 B
JavaScript
8 lines
193 B
JavaScript
define(['./_getNative'], function(getNative) {
|
|
|
|
/* Built-in method references that are verified to be native. */
|
|
var nativeCreate = getNative(Object, 'create');
|
|
|
|
return nativeCreate;
|
|
});
|