frontend/.pnpm-store/v3/files/32/4be943100472421548197477fcf94afc065a2baf60247a47c9448614102b6ccf372013540b696d24a31ec92a66bddd6e49591672f7824e4bb1b0e65484799f

4 lines
113 B
Plaintext

const compare = require('./compare')
const lte = (a, b, loose) => compare(a, b, loose) <= 0
module.exports = lte