File size: 154 Bytes
a5d718a | 1 2 3 4 5 | 'use strict';
/** @type {import('./Reflect.getPrototypeOf')} */
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
a5d718a | 1 2 3 4 5 | 'use strict';
/** @type {import('./Reflect.getPrototypeOf')} */
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|