astro-ghostcms/.pnpm-store/v3/files/53/782c3a28ebc0c68d365ab5ac252...

5 lines
213 B
Plaintext

const outside = require('./outside')
// Determine if version is less than all the versions possible in the range
const ltr = (version, range, options) => outside(version, range, '<', options)
module.exports = ltr