mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 18:23:06 +02:00
10 lines
326 B
JavaScript
10 lines
326 B
JavaScript
|
|
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';
|