mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
6
.internal/getPrototype.js
Normal file
6
.internal/getPrototype.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import overArg from './.internal/overArg.js';
|
||||
|
||||
/** Built-in value references. */
|
||||
const getPrototype = overArg(Object.getPrototypeOf, Object);
|
||||
|
||||
export default getPrototype;
|
||||
Reference in New Issue
Block a user