Function compare
- compare(v1: string, v2: string, operator: CompareOperator): boolean
Parameters
- v1: string
First version to compare
- v2: string
Second version to compare
- operator: CompareOperator
Allowed arithmetic operator to use
Returns boolean
true
if the comparison between the firstVersion and the secondVersion satisfies the operator,false
otherwise.- v1: string
Compare semver version strings using the specified operator.
Example