mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
define(['./_overArg'], function(overArg) {
|
|
|
|
/** Built-in value references. */
|
|
var getPrototype = overArg(Object.getPrototypeOf, Object);
|
|
|
|
return getPrototype;
|
|
});
|