PIbd-21_Danilov_V.V._Intern.../Lab4/node_modules/object.hasown/index.mjs

10 lines
326 B
JavaScript
Raw Normal View History

2024-01-09 05:30:48 +04:00
import callBind from 'call-bind';
import getPolyfill from 'object.hasown/polyfill';
export default callBind(getPolyfill(), null);
export { default as getPolyfill } from 'object.hasown/polyfill';
export { default as implementation } from 'object.hasown/implementation';
export { default as shim } from 'object.hasown/shim';