Current Path : /opt/cpanel/ea-nodejs20/lib/node_modules/npm/node_modules/semver/functions/ |
Current File : //opt/cpanel/ea-nodejs20/lib/node_modules/npm/node_modules/semver/functions/patch.js |
const SemVer = require('../classes/semver') const patch = (a, loose) => new SemVer(a, loose).patch module.exports = patch