All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.functions.rcompare.js Maven / Gradle / Ivy

There is a newer version: 7.6.3
Show newest version
const compare = require('./compare')
const rcompare = (a, b, loose) => compare(b, a, loose)
module.exports = rcompare




© 2015 - 2024 Weber Informatics LLC | Privacy Policy