๐Ÿ“ฆ ljharb / get-proto

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

/** @type {import('./Reflect.getPrototypeOf')} */
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;