Reflect.getPrototypeOf.js 150 Bytes BlameHistoryPermalink Edit 1 2 3 4 'use strict'; /** @type {import('./Reflect.getPrototypeOf')} */ module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;