Files
lodash/_getPrototype.js
John-David Dalton c733f930dc Bump to v4.14.2.
2016-08-07 21:38:57 -07:00

7 lines
163 B
JavaScript

var overArg = require('./_overArg');
/** Built-in value references. */
var getPrototype = overArg(Object.getPrototypeOf, Object);
module.exports = getPrototype;