variable ANY
ANY is a sentinel value used by some range calculations. It is not a valid SemVer object and should not be used directly.
Examples
Example 1
Example 1
import { equals } from "@std/semver/equals"; import { parse } from "@std/semver/parse"; import { ANY } from "@std/semver/constants" equals(parse("1.2.3"), ANY); // false