HOME


sh-3ll 1.0
DIR:/opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules.bundled/semver/functions/
Upload File :
Current File : //opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules.bundled/semver/functions/patch.js
'use strict'

const SemVer = require('../classes/semver')
const patch = (a, loose) => new SemVer(a, loose).patch
module.exports = patch