????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/semver/functions/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/semver/functions/major.js |
const SemVer = require('../classes/semver') const major = (a, loose) => new SemVer(a, loose).major module.exports = major