UNPKG

set-proto

Version:

Robustly set the [[Prototype]] of an object

5 lines (3 loc) 150 B
'use strict'; /** @type {import('./Reflect.setPrototypeOf')} */ module.exports = (typeof Reflect !== 'undefined' && Reflect.setPrototypeOf) || null;