Viewing File: /usr/share/nodejs/semver/functions/gt.js

const compare = require('./compare')
const gt = (a, b, loose) => compare(a, b, loose) > 0
module.exports = gt
Back to Directory File Manager