mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 06:59:31 +08:00
3 lines
122 B
Text
3 lines
122 B
Text
const SemVer = require('../classes/semver')
|
|
const patch = (a, loose) => new SemVer(a, loose).patch
|
|
module.exports = patch
|