7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
'use strict';
|
|
|
|
var $Object = require('es-object-atoms');
|
|
|
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
module.exports = $Object.getPrototypeOf || null;
|