๐Ÿ“ฆ ljharb / get-proto

๐Ÿ“„ Object.getPrototypeOf.js ยท 7 lines
1
2
3
4
5
6
7'use strict';

var $Object = require('es-object-atoms');

/** @type {import('./Object.getPrototypeOf')} */
module.exports = $Object.getPrototypeOf || null;