astro-ghostcms/.pnpm-store/v3/files/11/a522093f577a1c0b844d350cc34...

10 lines
404 B
Plaintext

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