mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
react app
This commit is contained in:
4
react-app/node_modules/core-js/modules/$.same-value.js
generated
vendored
Normal file
4
react-app/node_modules/core-js/modules/$.same-value.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// 7.2.9 SameValue(x, y)
|
||||
module.exports = Object.is || function is(x, y){
|
||||
return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;
|
||||
};
|
Reference in New Issue
Block a user