import { SemVer } from "https://deno.land/std@0.188.0/semver/mod.ts";
Properties
options: Options
Methods
compareBuild(other: string | SemVer): 1 | 0 | -1
compareMain(other: string | SemVer): 1 | 0 | -1
comparePre(other: string | SemVer): 1 | 0 | -1
format(opts?: { style?: ; }): string
| "release"
| "prerelease"
| "build"
| "full"
toString(): string