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