Files
lodash/_getPrototype.js
John-David Dalton 3d3ce0979f Bump to v4.14.2.
2016-08-07 21:21:03 -07:00

8 lines
169 B
JavaScript

define(['./_overArg'], function(overArg) {
/** Built-in value references. */
var getPrototype = overArg(Object.getPrototypeOf, Object);
return getPrototype;
});