astro-ghostcms/.pnpm-store/v3/files/32/4be943100472421548197477fcf...

4 lines
113 B
Plaintext

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