mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-16 04:09:14 +08:00
6 lines
163 B
Text
6 lines
163 B
Text
var overArg = require('./_overArg');
|
|
|
|
/** Built-in value references. */
|
|
var getPrototype = overArg(Object.getPrototypeOf, Object);
|
|
|
|
module.exports = getPrototype;
|