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