mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Modularize master branch.
This commit is contained in:
6
_getPrototype.js
Normal file
6
_getPrototype.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import overArg from './_overArg.js';
|
||||
|
||||
/** Built-in value references. */
|
||||
var getPrototype = overArg(Object.getPrototypeOf, Object);
|
||||
|
||||
export default getPrototype;
|
||||
Reference in New Issue
Block a user