Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/util/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/util/eq.mjs

function eq(value, other) {
    return value === other || (Number.isNaN(value) && Number.isNaN(other));
}

export { eq };