File size: 162 Bytes
a5d718a | 1 2 3 4 5 6 7 | 'use strict';
var $Object = require('es-object-atoms');
/** @type {import('./Object.getPrototypeOf')} */
module.exports = $Object.getPrototypeOf || null;
|
a5d718a | 1 2 3 4 5 6 7 | 'use strict';
var $Object = require('es-object-atoms');
/** @type {import('./Object.getPrototypeOf')} */
module.exports = $Object.getPrototypeOf || null;
|