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

4 lines
113 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
const compare = require('./compare')
const gte = (a, b, loose) => compare(a, b, loose) >= 0
module.exports = gte