UNPKG

get-proto

Version:

Robustly get the [[Prototype]] of an object

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