Works with
•JSR Score76%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
- @std/semver
constants
Variables
v
ALL: Comparator
A comparator which will span all valid semantic versions
v
ANY: SemVer
ANY is a sentinel value used by some range calculations. It is not a valid SemVer object and should not be used directly.
v
INVALID: SemVer
A sentinel value used to denote an invalid SemVer object which may be the result of impossible ranges or comparator operations.
v
MAX: SemVer
MAX is a sentinel value used by some range calculations.
It is equivalent to ∞.∞.∞.
v
MIN: SemVer
The minimum valid SemVer object. Equivalent to 0.0.0.
v
NONE: Comparator
A comparator which will not span any semantic versions