import { SemVer } from "https://deno.land/x/pup@1.0.0-beta.34/deps.ts";
Constructors
new
SemVer(version: string | SemVer, 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