Preview: gt.js
Size: 124 B
/home/byroehnu/.trash/node_modules11/semver/functions/gt.js
'use strict'
const compare = require('./compare')
const gt = (a, b, loose) => compare(a, b, loose) > 0
module.exports = gt
Directory Contents
Dirs: 0 × Files: 24