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