This commit is contained in:
3
vscode-server-linux-x64-web/node_modules/semver/functions/eq.js
generated
vendored
Normal file
3
vscode-server-linux-x64-web/node_modules/semver/functions/eq.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
const compare = require('./compare')
|
||||
const eq = (a, b, loose) => compare(a, b, loose) === 0
|
||||
module.exports = eq
|
Reference in New Issue
Block a user