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

package.functions.compare-loose.js Maven / Gradle / Ivy

const compare = require('./compare')
const compareLoose = (a, b) => compare(a, b, true)
module.exports = compareLoose




© 2015 - 2024 Weber Informatics LLC | Privacy Policy