All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.functions.patch.js Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy