astro-ghostcms/.pnpm-store/v3/files/73/e18ac95079fd936ecfa2d8fd25e...

4 lines
110 B
Plaintext
Raw Normal View History

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