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

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