Current Path : /home/infinitibizsol/.trash/node_modules.9/es-abstract/2020/ |
Current File : /home/infinitibizsol/.trash/node_modules.9/es-abstract/2020/SameValueZero.js |
'use strict'; var $isNaN = require('../helpers/isNaN'); // https://262.ecma-international.org/6.0/#sec-samevaluezero module.exports = function SameValueZero(x, y) { return (x === y) || ($isNaN(x) && $isNaN(y)); };