SemanticVersion (Interface)
Interfaces
Section titled “Interfaces”SemanticVersion
Section titled “SemanticVersion”Defined in: interfaces/SemanticVersion.ts:2
Properties
Section titled “Properties”| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
majorVersion |
readonly |
number |
The first number inside of the semantic version. | interfaces/SemanticVersion.ts:4 |
minorVersion |
readonly |
number |
The second number inside of the semantic version. | interfaces/SemanticVersion.ts:7 |
patchVersion |
readonly |
number |
The third number inside of the semantic version. | interfaces/SemanticVersion.ts:10 |
