%PDF- %PDF-
Direktori : /var/www/html/node_modules/semver/functions/ |
Current File : /var/www/html/node_modules/semver/functions/minor.js |
const SemVer = require('../classes/semver') const minor = (a, loose) => new SemVer(a, loose).minor module.exports = minor