astro-ghostcms/.pnpm-store/v3/files/61/85ce4d300c1a186c459e38e1f47...

4 lines
110 B
Plaintext
Raw Normal View History

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