1
0
mirror of https://gitee.com/onvia/ccc-tnt-psd2ui synced 2025-05-03 20:38:41 +00:00

4 lines
122 B
JavaScript
Raw Normal View History

2023-07-24 11:13:08 +08:00
const SemVer = require('../classes/semver')
const patch = (a, loose) => new SemVer(a, loose).patch
module.exports = patch