Configring node js.
This commit is contained in:
4
node_modules/core-js/modules/_same-value.js
generated
vendored
Normal file
4
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