Current Path : /home/infinitibizsol/.trash/node_modules.11/es-abstract/2024/ |
Current File : /home/infinitibizsol/.trash/node_modules.11/es-abstract/2024/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)); };