create project
This commit is contained in:
9
kitabcitab/node_modules/object.hasown/index.mjs
generated
vendored
Normal file
9
kitabcitab/node_modules/object.hasown/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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';
|
||||
Reference in New Issue
Block a user