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