paradiego
This commit is contained in:
3
node_modules/@mui/utils/modern/ponyfillGlobal/ponyfillGlobal.js
generated
vendored
Normal file
3
node_modules/@mui/utils/modern/ponyfillGlobal/ponyfillGlobal.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/* eslint-disable */
|
||||
// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
|
||||
export default typeof window != 'undefined' && window.Math == Math ? window : typeof self != 'undefined' && self.Math == Math ? self : Function('return this')();
|
||||
Reference in New Issue
Block a user