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