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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy