index.mjs 326 B

123456789
  1. import callBind from 'call-bind';
  2. import getPolyfill from 'object.hasown/polyfill';
  3. export default callBind(getPolyfill(), null);
  4. export { default as getPolyfill } from 'object.hasown/polyfill';
  5. export { default as implementation } from 'object.hasown/implementation';
  6. export { default as shim } from 'object.hasown/shim';