| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/util/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/util/eq.js |
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
function eq(value, other) {
return value === other || (Number.isNaN(value) && Number.isNaN(other));
}
exports.eq = eq;