Files
memecoin-botV2/.pnpm-store/v10/files/40/d22773bed182b4956ec307cfd4a6bfc06773d93d2b1d43e85129fadf30ad30b7eff715221f3a7076551d149f0f6b6f823bdd9c2a39acdc15b29c976ec17844

6 lines
124 B
Plaintext

'use strict'
const compare = require('./compare')
const lt = (a, b, loose) => compare(a, b, loose) < 0
module.exports = lt