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

4 lines
110 B
Plaintext

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