Requirement
class Requirement(range: Range?, req1: Requirement?, op: Requirement.RequirementOperator?, req2: Requirement?)
Content copied to clipboard
A requirement will provide an easy way to check if a version is satisfying. There are 2 types of requirements:
Strict: checks if a version is equivalent to another
NPM: follows the rules of NPM
Constructors
Requirement
Link copied to clipboard
fun Requirement(range: Range?, req1: Requirement?, op: Requirement.RequirementOperator?, req2: Requirement?)
Content copied to clipboard