astro-ghostcms/.pnpm-store/v3/files/88/513bf0230e123b80ba46a772dfd...

4 lines
113 B
Plaintext

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