import { semver } from "https://deno.land/x/release_up@0.6.0/deps.ts";
const { default } = semver;
Methods
compare(other: string | SemVer): 1 | 0 | -1
compareBuild(other: string | SemVer): 1 | 0 | -1
compareMain(other: string | SemVer): 1 | 0 | -1
comparePre(other: string | SemVer): 1 | 0 | -1
format(): string
inc(release: ReleaseType, identifier?: string): SemVer
toString(): string