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