11cb0ef41Sopenharmony_ciconst compare = require('./compare') 21cb0ef41Sopenharmony_ciconst eq = (a, b, loose) => compare(a, b, loose) === 0 31cb0ef41Sopenharmony_cimodule.exports = eq 4