xref: /third_party/node/deps/npm/node_modules/semver/functions/eq.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/semver/functions/
11cb0ef41Sopenharmony_ciconst compare = require('./compare')
21cb0ef41Sopenharmony_ciconst eq = (a, b, loose) => compare(a, b, loose) === 0
31cb0ef41Sopenharmony_cimodule.exports = eq
4

Indexes created Thu Nov 07 10:32:03 CST 2024