mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
import overArg from './_overArg.js';
|
|
|
|
/** Built-in value references. */
|
|
const getPrototype = overArg(Object.getPrototypeOf, Object);
|
|
|
|
export default getPrototype;
|