📄 Reflect.getPrototypeOf.js
/home/palash/git/site/node_modules/get-proto/Reflect.getPrototypeOf.js
Language: js • Lines: 4
'use strict';

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