index.mjs 404 B

123456789
  1. import callBind from 'call-bind';
  2. import getPolyfill from 'reflect.getprototypeof/polyfill';
  3. export default callBind(getPolyfill(), typeof Reflect === 'object' ? Reflect : Object);
  4. export { default as getPolyfill } from 'reflect.getprototypeof/polyfill';
  5. export { default as implementation } from 'reflect.getprototypeof/implementation';
  6. export { default as shim } from 'reflect.getprototypeof/shim';