import * as mod from "https://deno.land/std@0.220.1/semver/constants.ts";
Variables
v ALL | A comparator which will span all valid semantic versions |
v ANY | ANY is a sentinel value used by some range calculations. It is not a valid SemVer object and should not be used directly. |
A sentinel value used to denote an invalid SemVer object which may be the result of impossible ranges or comparator operations. | |
v MAX | MAX is a sentinel value used by some range calculations.
It is equivalent to |
v MIN | The minimum valid SemVer object. Equivalent to |
v NONE | A comparator which will not span any semantic versions |