Returns true if this version is strictly larger than the provided version.
Returns true if this version is strictly smaller compared to the provided version.
Parses and @returns the given string as a Version object.
This function is memoised to keep memory and time consumption low, given that only a handful of versions exist at any time anyway.
Generated using TypeDoc
Returns 0 if this version is equal to the other version. Returns a negative integer if this version is strictly smaller than the other version. Returns a positive integer if this version is strictly larger than the other version.